X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b9173097e5e8b885d5039fe439ad1c18efe6cb00..05ee9b13b9f827d40400ef16d756f882b14953d7:/cookbooks/serverinfo/recipes/default.rb diff --git a/cookbooks/serverinfo/recipes/default.rb b/cookbooks/serverinfo/recipes/default.rb index c10d71684..93de4bc2a 100644 --- a/cookbooks/serverinfo/recipes/default.rb +++ b/cookbooks/serverinfo/recipes/default.rb @@ -34,7 +34,8 @@ end git "/srv/hardware.openstreetmap.org" do action :sync - repository "git://github.com/gravitystorm/osmf-server-info.git" + repository "https://github.com/gravitystorm/osmf-server-info.git" + depth 1 user "root" group "root" notifies :run, "execute[/srv/hardware.openstreetmap.org/Gemfile]"