X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3b34c7718e74b79167c426a52b52f78bcc5ef600..aa1f26f044f0f2238f1cb0fdf8ec0879bc44d639:/cookbooks/planet/recipes/notes.rb diff --git a/cookbooks/planet/recipes/notes.rb b/cookbooks/planet/recipes/notes.rb index 41303fe43..c255c0962 100644 --- a/cookbooks/planet/recipes/notes.rb +++ b/cookbooks/planet/recipes/notes.rb @@ -21,8 +21,11 @@ include_recipe "git" db_passwords = data_bag_item("db", "passwords") -package "python-psycopg2" -package "python-lxml" +package %w[ + pbzip2 + python-psycopg2 + python-lxml +] directory "/opt/planet-notes-dump" do owner "root"