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
This commit is contained in:
Emilien Macchi 2015-08-04 14:19:41 -04:00
parent f98af0d80a
commit 7d7170e75c

View File

@ -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',