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:
parent
6592ba95c4
commit
6e37f54fe2
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user