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

Commit

Permalink
fix: Lock the windows cookbook dependency to maintain chef 12 compati…
Browse files Browse the repository at this point in the history
…bility (#196)
  • Loading branch information
olbrich authored and ajgon committed Nov 16, 2018
1 parent 6271d67 commit a2d4a8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

# indirect dependency, but breaks against the chef_version if updated to 3.1.0
depends 'seven_zip', '~> 2.0'
# indirect dependency required to maintain compatibility with chef 12
depends 'windows', '< 5.0'

supports 'amazon', '>= 2017.03'
supports 'ubuntu', '>= 16.04'
Expand Down

0 comments on commit a2d4a8d

Please sign in to comment.