Fixed mysql dependency to match other modules
Fixed the mysql dependency to match the other puppet-openstack modules. Change-Id: I8ad1011f892e2cadfbfa3fa4ca932fae9ded5cf0
This commit is contained in:
parent
f8eea90cd9
commit
49f814a58c
@ -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:
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user