]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/default.rb
Update planet cookbook for Ubuntu 16.04
[chef.git] / cookbooks / planet / recipes / default.rb
index db02b6ad45aead49d75e966a9c670545a7b9b4f9..07ea2d51c82293efd67d62a892ad55df5e1b7338 100644 (file)
 include_recipe "apache::ssl"
 
 package "perl"
-package "php5-cli"
 package "pbzip2"
 package "osmosis"
 
+if node[:lsb][:release].to_f >= 16.04
+  package "php-cli"
+else
+  package "php5-cli"
+end
+
 template "/etc/cron.d/planet" do
   source "cron.erb"
   owner "root"