fixes #19744 - no restart on root/.my.cnf change

This commit is contained in:
Mikael Fridh 2013-03-14 14:06:42 +01:00
parent c8f9880aea
commit 629c6ce31c

View file

@ -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 {