From: Tom Hughes Date: Tue, 20 Jun 2023 19:25:23 +0000 (+0000) Subject: Drop unnecessary include of chef in osmosis recipe X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/11c2fbb83fa913ea6b0e4d605fd4818cb8c5c36b?ds=inline;hp=-c Drop unnecessary include of chef in osmosis recipe --- 11c2fbb83fa913ea6b0e4d605fd4818cb8c5c36b diff --git a/cookbooks/osmosis/metadata.rb b/cookbooks/osmosis/metadata.rb index a1cf52da5..a6485f09c 100644 --- a/cookbooks/osmosis/metadata.rb +++ b/cookbooks/osmosis/metadata.rb @@ -6,4 +6,3 @@ description "Installs and configures osmosis" version "1.0.0" supports "ubuntu" -depends "chef" diff --git a/cookbooks/osmosis/recipes/default.rb b/cookbooks/osmosis/recipes/default.rb index b5b0b60b6..40f0be590 100644 --- a/cookbooks/osmosis/recipes/default.rb +++ b/cookbooks/osmosis/recipes/default.rb @@ -17,8 +17,6 @@ # limitations under the License. # -include_recipe "chef" - package "default-jre" cache_dir = Chef::Config[:file_cache_path]