diff options
author | Tim Smith <tsmith@chef.io> | 2017-12-04 10:02:11 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-12-04 10:02:11 -0800 |
commit | 356a2a2b808bd59712f42cff6a26c902178aed3f (patch) | |
tree | 74b0de4ab5d7ef9b49f64c8f6ed24a92a01e96ff /kitchen-tests | |
parent | b0de226cfe725c56a9f57f327a883268912f04e1 (diff) | |
download | chef-356a2a2b808bd59712f42cff6a26c902178aed3f.tar.gz |
Chefstyle fix
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/base/attributes/default.rb | 2 |
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} # |