From 95b72121c3f9b549b469fedbb2ef65fe366858b8 Mon Sep 17 00:00:00 2001 From: Stefan Wendler Date: Wed, 17 Jul 2019 15:57:37 +0200 Subject: [PATCH] chef-ingredient from forked git until PRs fixed --- Berksfile | 2 ++ metadata.rb | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index c91084f..9472c33 100644 --- a/Berksfile +++ b/Berksfile @@ -2,6 +2,8 @@ source 'https://supermarket.chef.io' metadata +cookbook 'chef-ingredient', git: "https://github.com/mrmarbury/chef-ingredient.git", tag: "v3.1.99" + group :integration do cookbook 'test', path: './test/fixtures/cookbooks/test' end diff --git a/metadata.rb b/metadata.rb index b249438..c3c4142 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,9 @@ license 'Apache-2.0' description 'Installs and configures Chef Server 12' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -depends 'chef-ingredient', '>= 2.1.10' + +# Check Berksfile for deps +depends 'chef-ingredient' supports 'redhat' supports 'centos'