From c6d7addb151d572b5146d59898179434d1c2ba73 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Tue, 30 Dec 2014 22:23:52 +0100 Subject: [PATCH] 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 --- .fixtures.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 6f8234f3..835a6174 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -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'