fixes #19744 - no restart on root/.my.cnf change
This commit is contained in:
parent
c8f9880aea
commit
629c6ce31c
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ class mysql::config(
|
|||
file { '/root/.my.cnf':
|
||||
content => template('mysql/my.cnf.pass.erb'),
|
||||
require => Exec['set_mysql_rootpw'],
|
||||
notify => undef,
|
||||
}
|
||||
|
||||
if $etc_root_password {
|
||||
|
|
Loading…
Reference in a new issue