Skip to content

Commit d9ce083

Browse files
committed
Merge pull request #162 from frimik/19744
fixes #19744 - no restart on root/.my.cnf change
2 parents 9839a1c + 629c6ce commit d9ce083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/config.pp

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
file { '/root/.my.cnf':
116116
content => template('mysql/my.cnf.pass.erb'),
117117
require => Exec['set_mysql_rootpw'],
118+
notify => undef,
118119
}
119120

120121
if $etc_root_password {

0 commit comments

Comments
 (0)