summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-07 11:16:39 -0800
committerTim Smith <tsmith@chef.io>2018-03-07 11:16:39 -0800
commit1e37f31320f1fa77920fcb8448b42410282a8620 (patch)
tree39fbfbdb62c8e9437564b6210b9eab37cbdf7308
parent640283a5157016ca0f9ce3a91005c9b073ad8828 (diff)
downloadchef-1e37f31320f1fa77920fcb8448b42410282a8620.tar.gz
Switch to a smaller gem to install in kitchen runs
aws-sdk is 132 gems now. It takes *forever* to install on some platforms like CentOS 6. Use a simple gem. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/cookbooks/base/recipes/packages.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/base/recipes/packages.rb b/kitchen-tests/cookbooks/base/recipes/packages.rb
index fc65a2d8f7..f8ceb342ad 100644
--- a/kitchen-tests/cookbooks/base/recipes/packages.rb
+++ b/kitchen-tests/cookbooks/base/recipes/packages.rb
@@ -15,7 +15,7 @@ pkgs.each do |pkg|
multipackage pkgs
end
-gems = %w{fpm aws-sdk}
+gems = %w{fpm community_cookbook_releaser}
gems.each do |gem|
chef_gem gem do