update to 0.25.x style
This commit is contained in:
parent
56e7903cfa
commit
a818f61a07
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ class mysql::server::base {
|
|||
}
|
||||
file{'/etc/mysql/my.cnf':
|
||||
source => [
|
||||
"puppet://$server/files/mysql/${fqdn}/my.cnf",
|
||||
"puppet://$server/files/mysql/my.cnf",
|
||||
"puppet://$server/modules/site-mysql/${fqdn}/my.cnf",
|
||||
"puppet://$server/modules/site-mysql/my.cnf",
|
||||
"puppet://$server/modules/mysql/config/my.cnf.${operatingsystem}",
|
||||
"puppet://$server/modules/mysql/config/my.cnf"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue