]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
Add more depth limits to git checkouts
[chef.git] / cookbooks / hardware / recipes / default.rb
index fa5f43c648f33f2ec2dd3e7cd554573a619dcc8e..060229debb6748fc59670b2a2242bc98dffca02d 100644 (file)
@@ -260,6 +260,7 @@ if tools_packages.include?("areca")
   git "/opt/areca" do
     action :sync
     repository "https://git.openstreetmap.org/private/areca.git"
+    depth 1
     user "root"
     group "root"
     not_if { ENV["TEST_KITCHEN"] }