summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb b/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb
index 203ea9809a..2d445c485d 100644
--- a/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb
+++ b/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb
@@ -33,13 +33,13 @@ class TopCookbooks < Chef::Resource
repository "adamedx/winbox"
end
- # Temporarily disabling windows and chocolatey to eliminate
+ # Temporarily disabling windows to eliminate
# transient errors on the builders
# cookbook_kitchen "#{command} windows" do
# end
- # cookbook_kitchen "#{command} chocolatey" do
- # repository "chocolatey/chocolatey-cookbook"
- # end
+ cookbook_kitchen "#{command} chocolatey" do
+ repository "chocolatey/chocolatey-cookbook"
+ end
end
end