]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/serverinfo/recipes/default.rb
Git only checkout 1 deep
[chef.git] / cookbooks / serverinfo / recipes / default.rb
index c10d71684bc7b77fba13359943d3fb279be358ba..7dd65cbf300443b69406712add87497db4349961 100644 (file)
@@ -35,6 +35,7 @@ end
 git "/srv/hardware.openstreetmap.org" do
   action :sync
   repository "git://github.com/gravitystorm/osmf-server-info.git"
+  depth 1
   user "root"
   group "root"
   notifies :run, "execute[/srv/hardware.openstreetmap.org/Gemfile]"