X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bc95972f88637b55aed5c9f505e2f2a998977969..67dd81a83b573132e0423134ab5dfbbde7da71e3:/cookbooks/osqa/recipes/default.rb diff --git a/cookbooks/osqa/recipes/default.rb b/cookbooks/osqa/recipes/default.rb index 047cc3892..a886fe6f4 100644 --- a/cookbooks/osqa/recipes/default.rb +++ b/cookbooks/osqa/recipes/default.rb @@ -76,7 +76,7 @@ node[:osqa][:sites].each do |site| git "#{directory}/osqa" do action :sync - repository "git://git.openstreetmap.org/osqa.git" + repository "https://git.openstreetmap.org/public/osqa.git" revision "live" user site_user group site_group