Fix typo on sys.cnf change.

This should be debian.cnf from the start.

Should close GH-126, GH-131, and GH-148
This commit is contained in:
sathlan 2014-02-03 15:19:52 -05:00
parent 6592ba95c4
commit 6e37f54fe2

View File

@ -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',