Skip to content

Commit b7761ef

Browse files
author
Dan Bode
committed
corrected /etc/my.cnf path
1 parent bf334cc commit b7761ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
notify => Exec['mysqld-restart'],
6060
}
6161

62-
file{['/root/.my.cnf', '/etc/mycnf']:
62+
file{['/root/.my.cnf', '/etc/my.cnf']:
6363
owner => 'root',
6464
group => 'root',
6565
mode => '0400',

0 commit comments

Comments
 (0)