Changed .my.cnf single quotes to double quotes to get mysqlreport working again.

This commit is contained in:
Timo Mkinen 2012-06-06 16:17:41 +03:00
parent 06d6dac141
commit 564e8ed693

View file

@ -110,7 +110,7 @@ class mysql::server {
default: {
file { "/root/.my.cnf":
ensure => present,
content => "[client]\nuser='root'\npassword='${mysql_root_password}'\n",
content => "[client]\nuser=\"root\"\npassword=\"${mysql_root_password}\"\n",
mode => "0600",
owner => "root",
group => $operatingsystem ? {