From: Tom Hughes Date: Mon, 30 May 2016 09:06:42 +0000 (+0100) Subject: Update osmosis cookbook for Ubuntu 16.04 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7480ec73ea3c2bdf8fa4915b1b9cb184ef4764e6 Update osmosis cookbook for Ubuntu 16.04 --- diff --git a/cookbooks/osmosis/recipes/default.rb b/cookbooks/osmosis/recipes/default.rb index 2c55a64aa..ddfd65190 100644 --- a/cookbooks/osmosis/recipes/default.rb +++ b/cookbooks/osmosis/recipes/default.rb @@ -20,7 +20,7 @@ include_recipe "chef" package "unzip" -package "openjdk-6-jre" +package "default-jre" osmosis_package = "osmosis-#{node[:osmosis][:version]}.zip" osmosis_directory = "/opt/osmosis-#{node[:osmosis][:version]}"