diff options
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/windows.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb b/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb index 16341bf058..2ed8e0a8a6 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb @@ -38,11 +38,6 @@ windows_firewall_profile "Domain" do action :enable end -windows_user_privilege "BUILTIN\\Administrators" do - privilege %w{SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege} - action :add -end - windows_firewall_profile "Public" do action :disable end |