Skip to content

Commit 52cc5ab

Browse files
committed
Bump puppetlabs-mysql to 6.0.0
The fix that fixes the functions api to the puppet 4 syntax is released in 6.0.0 which causes the undefined issue [1] [2]. On this line [3] in the latest 5.x release it should be for example mysql::deepmerge. The Puppet change that caused this [3] and the puppetlabs-mysql that fixes it [4] [1] http://logs.openstack.org/46/613446/2/check/puppet-openstack-unit-5.5-centos-7/f7f3999/job-output.txt.gz#_2018-10-30_00_19_35_920695 [2] https://tickets.puppetlabs.com/browse/PUP-9270 [3] https://tickets.puppetlabs.com/browse/PUP-9137 [4] puppetlabs/puppetlabs-mysql#1044 Change-Id: Ib5ff4bd7119b8dfee91c884007c617dfaa591840
1 parent abafb7c commit 52cc5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Puppetfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ mod 'inifile',
192192

193193
mod 'mysql',
194194
:git => 'https://github.com/puppetlabs/puppetlabs-mysql',
195-
:ref => '5.4.0'
195+
:ref => '6.0.0'
196196

197197
mod 'postgresql',
198198
:git => 'https://github.com/puppetlabs/puppetlabs-postgresql',

0 commit comments

Comments
 (0)