X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/53849b50b24dcba3075e2d39d1cb9eecf7995fb2..22f20357a5fa17247d573014e417fab9f47d8ffc:/cookbooks/web/recipes/rails.rb diff --git a/cookbooks/web/recipes/rails.rb b/cookbooks/web/recipes/rails.rb index ab6c4e7f2..ea9a58c4e 100644 --- a/cookbooks/web/recipes/rails.rb +++ b/cookbooks/web/recipes/rails.rb @@ -56,7 +56,7 @@ rails_port "www.openstreetmap.org" do directory rails_directory user "rails" group "rails" - repository "git://git.openstreetmap.org/rails.git" + repository "https://git.openstreetmap.org/public/rails.git" revision "live" database_host node[:web][:database_host] database_name "openstreetmap"