From: Sebastien Badia Date: Tue, 30 Dec 2014 17:39:40 +0000 (+0100) Subject: fixtures: Unpin puppetlabs-mysql module X-Git-Tag: 6.0.0~44^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=65b41c84b71f5383e631dbc40dbfdaa302cf09d4;p=puppet-modules%2Fpuppet-ceilometer.git 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: Ib7c3b4b1ff012307e8a80ae75de9f7ac3ce18e91 --- diff --git a/.fixtures.yml b/.fixtures.yml index cf0f5e5..ffc0cb5 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' 'nova': 'git://github.com/stackforge/puppet-nova.git' 'openstacklib': 'git://github.com/stackforge/puppet-openstacklib.git' 'stdlib': 'git://github.com/puppetlabs/puppetlabs-stdlib.git'