From 0c7350f915bb1ca9e9b24a93283e14a11d09e49a Mon Sep 17 00:00:00 2001 From: Dennis Pattmann Date: Thu, 29 Sep 2016 11:13:21 +0200 Subject: [PATCH] Changed cookbook version pinning for apt and yum --- metadata.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata.rb b/metadata.rb index 84c13c1..743adee 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,7 @@ maintainer_email 'me@bdang.it' license 'MIT' description 'InfluxDB, a timeseries database' -version '5.0.0' +version '5.0.1' # For CLI client # https://github.com/redguide/nodejs @@ -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'