Skip to content

Commit 629c6ce

Browse files
committed
fixes #19744 - no restart on root/.my.cnf change
1 parent c8f9880 commit 629c6ce

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
@@ -109,6 +109,7 @@
109109
file { '/root/.my.cnf':
110110
content => template('mysql/my.cnf.pass.erb'),
111111
require => Exec['set_mysql_rootpw'],
112+
notify => undef,
112113
}
113114

114115
if $etc_root_password {

0 commit comments

Comments
 (0)