diff options
author | Davin Taddeo <davin@chef.io> | 2020-09-30 17:06:02 -0400 |
---|---|---|
committer | Davin Taddeo <davin@chef.io> | 2020-09-30 17:06:02 -0400 |
commit | a4018a9e47913d7a22288e02968cdb48b29f3b0a (patch) | |
tree | dc3bf5fc612ef610832f1bafac235ebc6637e27f /kitchen-tests | |
parent | b80a89d83e63e5e4e2dbc7b43c131a5c4a647173 (diff) | |
download | chef-a4018a9e47913d7a22288e02968cdb48b29f3b0a.tar.gz |
something was added that shouldn't have been in this PR.
Signed-off-by: Davin Taddeo <davin@chef.io>
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 |