]> git.openstreetmap.org Git - chef.git/commitdiff
Drop unnecessary include of chef in osmosis recipe
authorTom Hughes <tom@compton.nu>
Tue, 20 Jun 2023 19:25:23 +0000 (19:25 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 20 Jun 2023 19:26:03 +0000 (20:26 +0100)
cookbooks/osmosis/metadata.rb
cookbooks/osmosis/recipes/default.rb

index a1cf52da58056b38539080724b9dc0a1108318d7..a6485f09c95d5029d5ec377a1d34c3d6bc3a404a 100644 (file)
@@ -6,4 +6,3 @@ description       "Installs and configures osmosis"
 
 version           "1.0.0"
 supports          "ubuntu"
-depends           "chef"
index b5b0b60b60a650c3ca8d5328ab16cc711daf3a86..40f0be590134e5f348ec4e23293c97ed09027e5d 100644 (file)
@@ -17,8 +17,6 @@
 # limitations under the License.
 #
 
-include_recipe "chef"
-
 package "default-jre"
 
 cache_dir = Chef::Config[:file_cache_path]