summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-12-01 10:04:30 -0800
committerTim Smith <tsmith@chef.io>2017-12-01 10:04:30 -0800
commitbf07c0cbf9f568faa65a3defdeeca681ee6fdf1f (patch)
treefaead77332c33c24b0511092cd624dbe80b2d566
parentaa952b864b6f954abbfcdb737365e0db6eaad54e (diff)
downloadchef-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>
-rw-r--r--kitchen-tests/cookbooks/base/attributes/default.rb1
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}
#