summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-12-04 10:02:11 -0800
committerTim Smith <tsmith@chef.io>2017-12-04 10:02:11 -0800
commit356a2a2b808bd59712f42cff6a26c902178aed3f (patch)
tree74b0de4ab5d7ef9b49f64c8f6ed24a92a01e96ff
parentb0de226cfe725c56a9f57f327a883268912f04e1 (diff)
downloadchef-356a2a2b808bd59712f42cff6a26c902178aed3f.tar.gz
Chefstyle fix
Signed-off-by: Tim Smith <tsmith@chef.io>
-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}
#