X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/643f28e4f32f013c16d04378d7d1f3dd7d8edc17..77c76717bfc26fe7ba1641244164bc1cb5c38429:/cookbooks/planet/recipes/default.rb diff --git a/cookbooks/planet/recipes/default.rb b/cookbooks/planet/recipes/default.rb index 452b54276..5d4e063cd 100644 --- a/cookbooks/planet/recipes/default.rb +++ b/cookbooks/planet/recipes/default.rb @@ -17,17 +17,13 @@ # limitations under the License. # -include_recipe "apache::ssl" +include_recipe "apache" package "perl" package "pbzip2" package "osmosis" -if node[:lsb][:release].to_f >= 16.04 - package "php-cli" -else - package "php5-cli" -end +package "php-cli" file "/etc/cron.d/planet" do action :delete