]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/foundation/recipes/owg.rb
Use bundle install deployment
[chef.git] / cookbooks / foundation / recipes / owg.rb
index bc239ba1ea3fbdcfa045f179ac38473bb5f0b03a..251999d53358098bb00cc6b4d320a240170e9a13 100644 (file)
@@ -46,7 +46,7 @@ end
 
 execute "/srv/operations.osmfoundation.org/Gemfile" do
   action :nothing
 
 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"
   cwd "/srv/operations.osmfoundation.org"
   user "root"
   group "root"