diff options
| author | Chad Smith <chad.smith@canonical.com> | 2017-10-23 14:46:12 -0600 |
|---|---|---|
| committer | Chad Smith <chad.smith@canonical.com> | 2017-10-23 14:46:12 -0600 |
| commit | a7f478aafa570abde940037014fabcb0eab16502 (patch) | |
| tree | d838e40b26684f33b3b05c24ead267e28bb1b5a3 /tests/cloud_tests/testcases/modules/user_groups.yaml | |
| parent | 5443ede5e90c0be56f25ac729c5f341cdb4ad31c (diff) | |
| parent | 17a15f9e0ae78e4fc4e24fab0caebdf78f06ef66 (diff) | |
| download | vyos-cloud-init-a7f478aafa570abde940037014fabcb0eab16502.tar.gz vyos-cloud-init-a7f478aafa570abde940037014fabcb0eab16502.zip | |
merge from master at 17.1-25-g17a15f9e
Diffstat (limited to 'tests/cloud_tests/testcases/modules/user_groups.yaml')
| -rw-r--r-- | tests/cloud_tests/testcases/modules/user_groups.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/cloud_tests/testcases/modules/user_groups.yaml b/tests/cloud_tests/testcases/modules/user_groups.yaml index 71cc9da3..22b5d706 100644 --- a/tests/cloud_tests/testcases/modules/user_groups.yaml +++ b/tests/cloud_tests/testcases/modules/user_groups.yaml @@ -7,7 +7,7 @@ cloud_config: | #cloud-config # Add groups to the system groups: - - secret: [foobar,barfoo] + - secret: [root] - cloud-users # Add users to the system. Users are added after groups are added. @@ -23,7 +23,7 @@ cloud_config: | - name: barfoo gecos: Bar B. Foo sudo: ALL=(ALL) NOPASSWD:ALL - groups: cloud-users + groups: [cloud-users, secret] lock_passwd: true - name: cloudy gecos: Magic Cloud App Daemon User @@ -48,5 +48,8 @@ collect_scripts: user_cloudy: | #!/bin/bash getent passwd cloudy + root_groups: | + #!/bin/bash + groups root # vi: ts=4 expandtab |
