this should be variables
This commit is contained in:
parent
02c8f3342e
commit
3820ed70a0
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}.{::operatingsystemmajrelease}",
|
||||
"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}.{::operatingsystemmajrelease}",
|
||||
"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