X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e4a0595002f1f428a98776070ad4677b6433b46f..9430f8a86c3e8e4b34a1f20f8c9cf00db5a1d7ec:/cookbooks/planet/recipes/notes.rb?ds=inline diff --git a/cookbooks/planet/recipes/notes.rb b/cookbooks/planet/recipes/notes.rb index 382658928..3b22af739 100644 --- a/cookbooks/planet/recipes/notes.rb +++ b/cookbooks/planet/recipes/notes.rb @@ -36,6 +36,7 @@ end git "/opt/planet-notes-dump" do action :sync repository "https://github.com/openstreetmap/planet-notes-dump.git" + depth 1 user "root" group "root" end