diff --git a/.travis.yml b/.travis.yml index d62b8206..63976a54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ 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 997a6254..3339359d 100644 --- a/metadata.json +++ b/metadata.json @@ -14,7 +14,7 @@ {"operatingsystem": "RedHat"} ], "requirements": [ - {"name": "pe","version_requirement": "3.6.x"}, + {"name": "pe","version_requirement": "3.2.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",