From 564e8ed6936d6e0374d247b300aef89513f1cd0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Wed, 6 Jun 2012 16:17:41 +0300 Subject: [PATCH] Changed .my.cnf single quotes to double quotes to get mysqlreport working again. --- mysql/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/manifests/init.pp b/mysql/manifests/init.pp index 8196122..683917c 100644 --- a/mysql/manifests/init.pp +++ b/mysql/manifests/init.pp @@ -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 ? {