diff options
author | Tim Smith <tsmith@chef.io> | 2017-12-01 10:04:30 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-12-01 10:04:30 -0800 |
commit | bf07c0cbf9f568faa65a3defdeeca681ee6fdf1f (patch) | |
tree | faead77332c33c24b0511092cd624dbe80b2d566 /kitchen-tests | |
parent | aa952b864b6f954abbfcdb737365e0db6eaad54e (diff) | |
download | chef-bf07c0cbf9f568faa65a3defdeeca681ee6fdf1f.tar.gz |
Add back the sysadmin group for sudo
We're adding the sysadmin group in the users cookbook. The update to the sudo cookbook took this out.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/base/attributes/default.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kitchen-tests/cookbooks/base/attributes/default.rb b/kitchen-tests/cookbooks/base/attributes/default.rb index e22dfa9fae..539671f6dc 100644 --- a/kitchen-tests/cookbooks/base/attributes/default.rb +++ b/kitchen-tests/cookbooks/base/attributes/default.rb @@ -74,6 +74,7 @@ default["resolver"]["search"] = "chef.io" # default["authorization"]["sudo"]["passwordless"] = true +default['authorization']['sudo']['groups'] = %w{sysadmin} default["authorization"]["sudo"]["users"] = %w{vagrant centos ubuntu} # |