]> git.openstreetmap.org Git - chef.git/commitdiff
Update planet cookbook for Ubuntu 16.04
authorTom Hughes <tom@compton.nu>
Mon, 30 May 2016 09:03:15 +0000 (10:03 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 30 May 2016 09:03:15 +0000 (10:03 +0100)
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"