diff options
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/windows.rb | 2 |
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 |