From 6e37f54fe20270682fa5d9021ae184225c5ab9c8 Mon Sep 17 00:00:00 2001 From: sathlan Date: Mon, 3 Feb 2014 15:19:52 -0500 Subject: [PATCH] Fix typo on sys.cnf change. This should be debian.cnf from the start. Should close GH-126, GH-131, and GH-148 --- manifests/database/sql.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/database/sql.pp b/manifests/database/sql.pp index b619356e..58d50e7f 100644 --- a/manifests/database/sql.pp +++ b/manifests/database/sql.pp @@ -101,7 +101,7 @@ class cloud::database::sql ( provider => 'mysql', require => File['/root/.my.cnf'] } - file{'/etc/mysql/sys.cnf': + file{'/etc/mysql/debian.cnf': ensure => file, content => template('cloud/database/debian.cnf.erb'), owner => 'root',