From 7d7170e75c10b26ef85b6cbee020509e9482e194 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 4 Aug 2015 14:19:41 -0400 Subject: [PATCH] Puppetfile: bump MySQL module to 3.6.x puppetlabs-mysql module has now 3.6.x branch that contains a commit which allow to runs idempotent Puppet runs on RHEL systems for MySQL configuration. This patch bumps to this branch to be able to move forward with Liberty release later. Change-Id: I7c1f31b3cc4c6ea1f894a263a8cff60e357accb8 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index e3c7c218b..01debc177 100644 --- a/Puppetfile +++ b/Puppetfile @@ -124,7 +124,7 @@ mod 'mongodb', mod 'mysql', :git => 'https://github.com/puppetlabs/puppetlabs-mysql', - :branch => '3.4.x' + :branch => '3.6.x' mod 'postgresql', :git => 'https://github.com/puppetlabs/puppetlabs-postgresql',