Skip to content

Commit a557b8d

Browse files
committed
Bug #11375: puppetlabs-mysql fails on CentOS/RHEL
1 parent 0b07743 commit a557b8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

manifests/config.pp

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
ensure => directory,
4545
mode => '755',
4646
}
47+
file { '/etc/mysql/conf.d':
48+
ensure => directory,
49+
require => File['/etc/mysql'],
50+
mode => '755',
51+
}
4752

4853
file { '/etc/mysql/my.cnf':
4954
content => template('mysql/my.cnf.erb'),

0 commit comments

Comments
 (0)