Skip to content

Commit

Permalink
Changed cookbook version pinning for apt and yum
Browse files Browse the repository at this point in the history
  • Loading branch information
dpattmann committed Sep 29, 2016
1 parent 762e4a0 commit 0c7350f
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 0c7350f

Please sign in to comment.