X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0bfc6ce270716518b671a48e7726ccac4b3d1a2c..cc045c868bf15083df4db4442c0d92814441951e:/cookbooks/community/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index 7064effdb..7c4d374a8 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -45,7 +45,8 @@ end git "/srv/community.openstreetmap.org/docker" do action :sync repository "https://github.com/discourse/discourse_docker.git" - revision "13bfcd2517c743e1bc313b8d89631772702ae112" + # Revision pin not possible as launch wrapper automatically updates git repo. + revision "main" depth 1 user "root" group "root"