Merge pull request #162 from frimik/19744
fixes #19744 - no restart on root/.my.cnf change
This commit is contained in:
commit
d9ce083f20
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,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