summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavin Taddeo <davin@chef.io>2020-09-30 17:06:02 -0400
committerDavin Taddeo <davin@chef.io>2020-09-30 17:06:02 -0400
commita4018a9e47913d7a22288e02968cdb48b29f3b0a (patch)
treedc3bf5fc612ef610832f1bafac235ebc6637e27f
parentb80a89d83e63e5e4e2dbc7b43c131a5c4a647173 (diff)
downloadchef-a4018a9e47913d7a22288e02968cdb48b29f3b0a.tar.gz
something was added that shouldn't have been in this PR.
Signed-off-by: Davin Taddeo <davin@chef.io>
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/windows.rb5
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