corrected /etc/my.cnf path

This commit is contained in:
Dan Bode 2011-06-01 20:20:11 -07:00
parent bf334ccb4e
commit b7761efd5b

View file

@ -59,7 +59,7 @@ class mysql::server(
notify => Exec['mysqld-restart'],
}
file{['/root/.my.cnf', '/etc/mycnf']:
file{['/root/.my.cnf', '/etc/my.cnf']:
owner => 'root',
group => 'root',
mode => '0400',