From 51d34b90a07c41f1b76caca7aaa8d07ccb473115 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 15 Oct 2014 11:07:04 -0400 Subject: [PATCH] Drop Puppet 3.2 support This patch could be reverted later, but currently Travis does not pass rspec tests with Puppet 3.2. Minimum release expected is now Puppet 3.6. --- .travis.yml | 1 - metadata.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 63976a54..d62b8206 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ rvm: - 2.0.0 env: matrix: - - PUPPET_GEM_VERSION="~> 3.2.0" - PUPPET_GEM_VERSION="~> 3.6.0" - PUPPET_GEM_VERSION="~> 3.7.0" notifications: diff --git a/metadata.json b/metadata.json index 3339359d..997a6254 100644 --- a/metadata.json +++ b/metadata.json @@ -14,7 +14,7 @@ {"operatingsystem": "RedHat"} ], "requirements": [ - {"name": "pe","version_requirement": "3.2.x"}, + {"name": "pe","version_requirement": "3.6.x"}, {"name": "puppet","version_requirement": "3.x"} ], "description": "Puppet module that pulls together all the individual components of Openstack, resulting is a complete and functional stack",