better use this built in fact now
This commit is contained in:
parent
1caaa07190
commit
6d485b1693
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ class mysql::server::base {
|
|||
path => '/etc/mysql/my.cnf',
|
||||
source => [
|
||||
"puppet:///modules/site_mysql/${::fqdn}/my.cnf",
|
||||
"puppet:///modules/site_mysql/my.cnf.${::operatingsystem}.{lsbdistcodename}",
|
||||
"puppet:///modules/site_mysql/my.cnf.${::operatingsystem}.{::operatingsystemmajrelease}",
|
||||
"puppet:///modules/site_mysql/my.cnf.${::operatingsystem}",
|
||||
'puppet:///modules/site_mysql/my.cnf',
|
||||
"puppet:///modules/mysql/config/my.cnf.${::operatingsystem}.{lsbdistcodename}",
|
||||
"puppet:///modules/mysql/config/my.cnf.${::operatingsystem}.{::operatingsystemmajrelease}",
|
||||
"puppet:///modules/mysql/config/my.cnf.${::operatingsystem}",
|
||||
'puppet:///modules/mysql/config/my.cnf'
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue