Skip to content

Commit 7957912

Browse files
committed
Merge pull request #27 from justintime/conf.d-resource
Bug #11375: puppetlabs-mysql fails on CentOS/RHEL Reviewed by Carl Caum <[email protected]>
2 parents 0b07743 + 3058feb commit 7957912

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

manifests/config.pp

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
ensure => directory,
4545
mode => '755',
4646
}
47+
file { '/etc/mysql/conf.d':
48+
ensure => directory,
49+
mode => '755',
50+
}
4751

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

0 commit comments

Comments
 (0)