summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorDavin Taddeo <davin@chef.io>2020-09-11 11:17:33 -0400
committerDavin Taddeo <davin@chef.io>2020-09-11 11:17:33 -0400
commit3c0c11fec278a8d3a4458b66ee0dddb5dc3e5786 (patch)
treebeb87364251d3d4767b3f3ba2d6cbdc0520c4879 /kitchen-tests
parentd547ad292989fce0655fe8be1846d9dd395ce04c (diff)
downloadchef-3c0c11fec278a8d3a4458b66ee0dddb5dc3e5786.tar.gz
some modifications to make the allowed privilege list a little easier to sort through. And a chefstyle fix
Signed-off-by: Davin Taddeo <davin@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/windows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb b/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
index 6ae873d166..6a60c1f305 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
@@ -39,7 +39,7 @@ windows_firewall_profile "Domain" do
end
windows_user_privilege "BUILTIN\\Administrators" do
- privilege %w(SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege)
+ privilege %w{SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege}
action :add
end