]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/serverinfo/recipes/default.rb
Limit depth of worddpress extension checkout
[chef.git] / cookbooks / serverinfo / recipes / default.rb
index c10d71684bc7b77fba13359943d3fb279be358ba..93de4bc2adc9bb2e01c240b361dd816712d4aef0 100644 (file)
@@ -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]"