Merge pull request #162 from frimik/19744

fixes #19744 - no restart on root/.my.cnf change
This commit is contained in:
Ashley Penney 2013-07-02 09:56:10 -07:00
commit d9ce083f20

View file

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