diff --git a/Puppetfile b/Puppetfile index 3f8d6e24b..ffe9799f9 100644 --- a/Puppetfile +++ b/Puppetfile @@ -135,7 +135,7 @@ mod 'rsync', :git => 'https://github.com/puppetlabs/puppetlabs-rsync.git' mod 'sahara', - :commit => '6b696cffcba6692975dbcfee144e81b6e90e5ecf', + :commit => '95c3910ed5c7527be8032e5f66fc2bbead8a248c', :git => 'https://github.com/stackforge/puppet-sahara.git' mod 'ssh', diff --git a/sahara/metadata.json b/sahara/metadata.json index 58a3564b9..1497e6713 100644 --- a/sahara/metadata.json +++ b/sahara/metadata.json @@ -1,6 +1,6 @@ { "name": "stackforge-sahara", - "version": "4.0.0", + "version": "5.0.0", "author": "StackForge Contributors", "summary": "Puppet module for OpenStack Sahara", "license": "Apache License 2.0", @@ -8,7 +8,7 @@ "project_page": "https://launchpad.net/puppet-sahara", "issues_url": "https://bugs.launchpad.net/puppet-sahara", "requirements": [ - { "name": "pe","version_requirement": "3.2.x" }, + { "name": "pe","version_requirement": "3.x" }, { "name": "puppet","version_requirement": "3.x" } ], "operatingsystem_support": [ @@ -18,7 +18,7 @@ }, { "operatingsystem": "RedHat", - "operatingsystemrelease": ["6","7"] + "operatingsystemrelease": ["6.5","7"] }, { "operatingsystem": "Ubuntu",