Skip to content

Commit

Permalink
chef-ingredient from forked git until PRs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wendler committed Jul 17, 2019
1 parent 4aea3db commit 95b7212
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 95b7212

Please sign in to comment.