summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-03-15 17:41:55 -0700
committerMatt Wrock <matt@mattwrock.com>2016-03-25 16:16:50 -0700
commita6d42e013283bab46caf65ba9909796fe741c5ac (patch)
tree4d8502f6e08d2fe399250951eeef838f708d6f20
parent72fa1edf8b969aaf64d8b5af551447a83bf0da25 (diff)
downloadchef-a6d42e013283bab46caf65ba9909796fe741c5ac.tar.gz
adding back chocolatey to top_cookbookstop_choc
-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