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