]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/serverinfo/recipes/default.rb
Merge remote-tracking branch 'github/pull/272'
[chef.git] / cookbooks / serverinfo / recipes / default.rb
index 81685b3762d3c7c6745235cef36ddc5141f7b6c5..93de4bc2adc9bb2e01c240b361dd816712d4aef0 100644 (file)
@@ -35,6 +35,7 @@ end
 git "/srv/hardware.openstreetmap.org" do
   action :sync
   repository "https://github.com/gravitystorm/osmf-server-info.git"
+  depth 1
   user "root"
   group "root"
   notifies :run, "execute[/srv/hardware.openstreetmap.org/Gemfile]"