]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/serverinfo/recipes/default.rb
Use https for github URLs
[chef.git] / cookbooks / serverinfo / recipes / default.rb
index c10d71684bc7b77fba13359943d3fb279be358ba..81685b3762d3c7c6745235cef36ddc5141f7b6c5 100644 (file)
@@ -34,7 +34,7 @@ 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"
   user "root"
   group "root"
   notifies :run, "execute[/srv/hardware.openstreetmap.org/Gemfile]"