X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e4a0595002f1f428a98776070ad4677b6433b46f..815c71e83db9166d8d696d6ac057c92bc5a910f6:/cookbooks/planet/recipes/notes.rb diff --git a/cookbooks/planet/recipes/notes.rb b/cookbooks/planet/recipes/notes.rb index 382658928..68a548b15 100644 --- a/cookbooks/planet/recipes/notes.rb +++ b/cookbooks/planet/recipes/notes.rb @@ -23,8 +23,9 @@ db_passwords = data_bag_item("db", "passwords") package %w[ pbzip2 - python-psycopg2 - python-lxml + python3 + python3-psycopg2 + python3-lxml ] directory "/opt/planet-notes-dump" do @@ -36,6 +37,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