X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1db4fe4734ee6a296670740ca701dc9f965b7353..6bed11692085e79a7201e3b9a15492482ad0fdb7:/cookbooks/community/recipes/default.rb diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index a09762470..51c4624ea 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -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 "136c63890674b95df1327d24270c55e4ef8e87a8" user "root" group "root" notifies :run, "notify_group[discourse_container_new_data]"