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'