X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ed0ff5087fb8b476b62d42d789abdca004e46d73..9504c62303d2a0f8c831b183f27b7cb072faccab:/cookbooks/hardware/recipes/default.rb diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index fa5f43c64..060229deb 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -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"] }