better dependency
This commit is contained in:
parent
741a6ba1f6
commit
b1a03a5f1b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class mysql::server::base {
|
|||
file{'/var/lib/mysql/data':
|
||||
ensure => directory,
|
||||
require => Package[mysql-server],
|
||||
before => Service[mysql],
|
||||
before => File['/etc/mysql/my.cnf'],
|
||||
owner => mysql, group => mysql, mode => 0755;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue