Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
fix: keep the last nginx cookbook version compatible with chef 12
Browse files Browse the repository at this point in the history
Fixes #222
  • Loading branch information
ajgon committed Sep 11, 2019
1 parent 23929e3 commit b5b13d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
chef_version '~> 12.0' if respond_to?(:chef_version)

depends 'apt', '< 7.0'
depends 'nginx'
depends 'logrotate'
depends 'nginx', '< 9.0'
depends 'nodejs'
depends 'ohai', '< 5.3'
depends 'ruby-ng'
depends 's3_file'
depends 'sudo'
depends 'nodejs'
depends 'yarn'

# indirect dependency, but breaks against the chef_version if updated to 3.1.0
Expand Down

0 comments on commit b5b13d0

Please sign in to comment.