From afc5e9afb8415f2dc2f3fd0f684733bc5e771d41 Mon Sep 17 00:00:00 2001 From: Ryan Hefner Date: Tue, 26 Aug 2014 00:33:59 -0400 Subject: [PATCH] Change version of mysql that's pulled --- .fixtures.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fixtures.yml b/.fixtures.yml index f4de6452..6acc2c74 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -5,7 +5,7 @@ fixtures: 'keystone': 'git://github.com/stackforge/puppet-keystone.git' 'mysql': repo: 'git://github.com/puppetlabs/puppetlabs-mysql.git' - ref: 'origin/0.x' + ref: 'origin/2.2.x' 'postgresql': repo: 'git://github.com/puppetlabs/puppet-postgresql.git' ref: '2.5.0'