diff options
author | Dominic Schlegel <info@dominicschlegel.ch> | 2018-04-03 12:19:54 -0600 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2018-04-03 12:19:54 -0600 |
commit | b27f713ae5b4c5b38eda63758dbaeab92be13b9d (patch) | |
tree | 522ee5dff71aabc26d1872e2662ed86d7ace7ec4 /tests/cloud_tests/testcases | |
parent | c436e173c4162c940523a2978799193672ff9cd3 (diff) | |
download | vyos-cloud-init-b27f713ae5b4c5b38eda63758dbaeab92be13b9d.tar.gz vyos-cloud-init-b27f713ae5b4c5b38eda63758dbaeab92be13b9d.zip |
correct documentation to match correct attribute name usage.
LP: #1420018
Diffstat (limited to 'tests/cloud_tests/testcases')
-rw-r--r-- | tests/cloud_tests/testcases/examples/including_user_groups.yaml | 2 | ||||
-rw-r--r-- | tests/cloud_tests/testcases/modules/user_groups.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/cloud_tests/testcases/examples/including_user_groups.yaml b/tests/cloud_tests/testcases/examples/including_user_groups.yaml index 469d03c3..77528d98 100644 --- a/tests/cloud_tests/testcases/examples/including_user_groups.yaml +++ b/tests/cloud_tests/testcases/examples/including_user_groups.yaml @@ -16,7 +16,7 @@ cloud_config: | - default - name: foobar gecos: Foo B. Bar - primary-group: foobar + primary_group: foobar groups: users expiredate: 2038-01-19 lock_passwd: false diff --git a/tests/cloud_tests/testcases/modules/user_groups.yaml b/tests/cloud_tests/testcases/modules/user_groups.yaml index 22b5d706..675dfb8c 100644 --- a/tests/cloud_tests/testcases/modules/user_groups.yaml +++ b/tests/cloud_tests/testcases/modules/user_groups.yaml @@ -15,7 +15,7 @@ cloud_config: | - default - name: foobar gecos: Foo B. Bar - primary-group: foobar + primary_group: foobar groups: users expiredate: 2038-01-19 lock_passwd: false |