From bf07c0cbf9f568faa65a3defdeeca681ee6fdf1f Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 1 Dec 2017 10:04:30 -0800 Subject: 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 --- kitchen-tests/cookbooks/base/attributes/default.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'kitchen-tests/cookbooks') 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} # -- cgit v1.2.1