Skip to content

Commit

Permalink
Merge pull request #126 from dpattmann/cookbook-dependencies
Browse files Browse the repository at this point in the history
Changed cookbook version pinning for apt and yum
  • Loading branch information
bdangit authored Sep 29, 2016
2 parents 762e4a0 + 0c7350f commit 4cdf926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
maintainer_email '[email protected]'
license 'MIT'
description 'InfluxDB, a timeseries database'
version '5.0.0'
version '5.0.1'

# For CLI client
# https://github.com/redguide/nodejs
Expand All @@ -16,8 +16,8 @@
depends 'chef_handler'

# For apt and yum repositories
depends 'apt', '~> 4.0'
depends 'yum', '~> 4.0'
depends 'apt', '>= 3.0'
depends 'yum', '>= 3.0'

# For compatibility with 12.X versions of Chef
depends 'compat_resource'
Expand Down

0 comments on commit 4cdf926

Please sign in to comment.