fixtures: Unpin puppetlabs-mysql module

Since commit dd25406 of puppet-openstacklib we don't need to pin a
specific release of puppetlabs-mysql.

Change-Id: Iefb82b141feea1da5c43bdcab2b2fe3313867f09
This commit is contained in:
Sebastien Badia 2014-12-30 22:23:52 +01:00 committed by Matt Fischer
parent 6a8ce8a6b2
commit c6d7addb15

View File

@ -2,9 +2,7 @@ fixtures:
repositories:
'inifile': 'git://github.com/puppetlabs/puppetlabs-inifile'
'keystone': 'git://github.com/stackforge/puppet-keystone.git'
'mysql':
repo: 'git://github.com/puppetlabs/puppetlabs-mysql.git'
ref: 'origin/2.2.x'
'mysql': 'git://github.com/puppetlabs/puppetlabs-mysql.git'
'openstacklib': 'git://github.com/stackforge/puppet-openstacklib.git'
'postgresql':
repo: 'git://github.com/puppetlabs/puppet-postgresql.git'