]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/foundation/recipes/owg.rb
Use bundle install deployment
[chef.git] / cookbooks / foundation / recipes / owg.rb
index ec441dedab03a496dc604d2e7d0daf42f6c33872..251999d53358098bb00cc6b4d320a240170e9a13 100644 (file)
@@ -26,7 +26,7 @@ package %w[
   zlib1g-dev
 ]
 
-gem_package 'bundler' do
+gem_package "bundler" do
   version "1.17.3"
 end
 
@@ -46,7 +46,7 @@ end
 
 execute "/srv/operations.osmfoundation.org/Gemfile" do
   action :nothing
-  command "bundle install"
+  command "bundle install --deployment --jobs 4 --retry 3"
   cwd "/srv/operations.osmfoundation.org"
   user "root"
   group "root"