corrected /etc/my.cnf path
This commit is contained in:
parent
bf334ccb4e
commit
b7761efd5b
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue