X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f5c209a2991b26130dcae5cfcc613be001f5106d..0f5529d3a61bef555a980a51d09da2264cdc0324:/cookbooks/planet/recipes/dump.rb diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index e283d0ade..327ddc38f 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -29,6 +29,7 @@ include_recipe "incron" package %w[ gcc + g++ make autoconf automake @@ -57,6 +58,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