fixed .my.cnf path

* rollback for the file location + updated the documentation
This commit is contained in:
Simon Effenberg 2012-08-23 07:36:30 +02:00
parent f13482bde2
commit 1fb0c273a8

View file

@ -6,7 +6,7 @@
# [*old_root_password*] - previous root user password,
# [*bind_address*] - address to bind service.
# [*port*] - port to bind service.
# [*etc_root_password*] - whether to save /etc/.my.cnf.
# [*etc_root_password*] - whether to save /etc/my.cnf.
# [*service_name*] - mysql service name.
# [*config_file*] - my.cnf configuration file path.
# [*socket*] - mysql socket.
@ -99,7 +99,7 @@ class mysql::config(
}
if $etc_root_password {
file{ '/etc/.my.cnf':
file{ '/etc/my.cnf':
content => template('mysql/my.cnf.pass.erb'),
require => Exec['set_mysql_rootpw'],
}