From 49f814a58cc7594584673564ce56996e34cc09ac Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Wed, 8 Jan 2014 16:20:19 -0800 Subject: [PATCH] Fixed mysql dependency to match other modules Fixed the mysql dependency to match the other puppet-openstack modules. Change-Id: I8ad1011f892e2cadfbfa3fa4ca932fae9ded5cf0 --- .fixtures.yml | 4 +++- Modulefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 2a9ac53..43fc9b5 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -2,7 +2,9 @@ fixtures: repositories: 'inifile': 'git://github.com/puppetlabs/puppetlabs-inifile' 'keystone': 'git://github.com/stackforge/puppet-keystone.git' - 'mysql': 'git://github.com/puppetlabs/puppetlabs-mysql.git' + 'mysql': + repo: 'git://github.com/puppetlabs/puppetlabs-mysql.git' + ref: 'origin/0.x' 'nova': 'git://github.com/stackforge/puppet-nova.git' 'stdlib': 'git://github.com/puppetlabs/puppetlabs-stdlib.git' symlinks: diff --git a/Modulefile b/Modulefile index 8e5c93c..dfc125f 100644 --- a/Modulefile +++ b/Modulefile @@ -10,4 +10,4 @@ project_page 'https://launchpad.net/ceilometer' # Dependencies dependency 'puppetlabs/stdlib', '>= 3.2.0' dependency 'cprice404/inifile', '>= 0.9.0' -dependency 'puppetlabs/mysql', '>= 0.5.0' +dependency 'puppetlabs/mysql', '>=0.6.1 <1.0.0' -- 2.45.2