mysql_ibdata1 is not managed anymore but is still overridden for debian
This commit is contained in:
parent
1522deafda
commit
d69d43efa5
1 changed files with 1 additions and 3 deletions
|
@ -3,9 +3,7 @@ class mysql::server::debian inherits mysql::server::clientpackage {
|
|||
File['mysql_data_dir'] {
|
||||
path => '/var/lib/mysql',
|
||||
}
|
||||
File['mysql_ibdata1'] {
|
||||
path => '/var/lib/mysql/ibdata1',
|
||||
}
|
||||
|
||||
file { 'mysql_debian_cnf':
|
||||
path => '/etc/mysql/debian.cnf',
|
||||
notify => Service['mysql'],
|
||||
|
|
Loading…
Reference in a new issue