X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1647548590878bfd153b8b8c74e73eda0b8a2cd3..d9ce053b71c151916fa8764b44a6058f827d3146:/cookbooks/planet/recipes/default.rb diff --git a/cookbooks/planet/recipes/default.rb b/cookbooks/planet/recipes/default.rb index 5dd5953f8..d8ec3bd3c 100644 --- a/cookbooks/planet/recipes/default.rb +++ b/cookbooks/planet/recipes/default.rb @@ -17,13 +17,13 @@ # limitations under the License. # +include_recipe "accounts" include_recipe "apache" -package "perl" -package "pbzip2" -package "osmosis" - -package "php-cli" +package %w[ + perl + php-cli +] file "/etc/cron.d/planet" do action :delete