]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/community/recipes/default.rb
Make fullstaq ruby the default
[chef.git] / cookbooks / community / recipes / default.rb
index a09762470771d1b67ec783ff61a501b8d3ed2a05..6ba2160134d01b83bee34f19db9bbbd2fc527a1c 100644 (file)
@@ -63,8 +63,7 @@ git "/srv/community.openstreetmap.org/docker" do
   action :sync
   repository "https://github.com/discourse/discourse_docker.git"
   # DANGER launch wrapper automatically updates git repo if rebuild method used: https://github.com/discourse/discourse_docker/blob/107ffb40fe8b1ea40e00814468db974a4f3f8e8f/launcher#L799
-  revision "b345430a822d6275573f3d82f1ad2e2b5fa1e0b1"
-  depth 1
+  revision "efd6bc8ccbd9057c04d909ff48ecf8b704cae3ff"
   user "root"
   group "root"
   notifies :run, "notify_group[discourse_container_new_data]"
@@ -156,6 +155,7 @@ execute "discourse_container_data_bootstrap" do
   cwd "/srv/community.openstreetmap.org/docker/"
   user "root"
   group "root"
+  retries 2 # Postgres upgrades required a second run
 end
 
 execute "discourse_container_data_destroy" do