summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/base/attributes/default.rb
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/cookbooks/base/attributes/default.rb')
-rw-r--r--kitchen-tests/cookbooks/base/attributes/default.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/base/attributes/default.rb b/kitchen-tests/cookbooks/base/attributes/default.rb
index 539671f6dc..84cada26ae 100644
--- a/kitchen-tests/cookbooks/base/attributes/default.rb
+++ b/kitchen-tests/cookbooks/base/attributes/default.rb
@@ -74,7 +74,7 @@ default["resolver"]["search"] = "chef.io"
#
default["authorization"]["sudo"]["passwordless"] = true
-default['authorization']['sudo']['groups'] = %w{sysadmin}
+default["authorization"]["sudo"]["groups"] = %w{sysadmin}
default["authorization"]["sudo"]["users"] = %w{vagrant centos ubuntu}
#