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:
parent
f98af0d80a
commit
7d7170e75c
@ -124,7 +124,7 @@ mod 'mongodb',
|
|||||||
|
|
||||||
mod 'mysql',
|
mod 'mysql',
|
||||||
:git => 'https://github.com/puppetlabs/puppetlabs-mysql',
|
:git => 'https://github.com/puppetlabs/puppetlabs-mysql',
|
||||||
:branch => '3.4.x'
|
:branch => '3.6.x'
|
||||||
|
|
||||||
mod 'postgresql',
|
mod 'postgresql',
|
||||||
:git => 'https://github.com/puppetlabs/puppetlabs-postgresql',
|
:git => 'https://github.com/puppetlabs/puppetlabs-postgresql',
|
||||||
|
Loading…
Reference in New Issue
Block a user