]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/dump.rb
Add more depth limits to git checkouts
[chef.git] / cookbooks / planet / recipes / dump.rb
index e283d0ade810afd994e0a0c6542ee5c4e3a5535a..94fd04e937a6e768240b9dd438ea8b4ff63ce03a 100644 (file)
@@ -57,6 +57,7 @@ git "/opt/planet-dump-ng" do
   action :sync
   repository "https://github.com/zerebubuth/planet-dump-ng.git"
   revision "v1.1.6"
+  depth 1
   user "root"
   group "root"
 end