summaryrefslogtreecommitdiff
path: root/manifests/server/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/server/base.pp')
-rw-r--r--manifests/server/base.pp12
1 files changed, 6 insertions, 6 deletions
diff --git a/manifests/server/base.pp b/manifests/server/base.pp
index 4c1e464..ffa0801 100644
--- a/manifests/server/base.pp
+++ b/manifests/server/base.pp
@@ -6,12 +6,12 @@ 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}",
- "puppet://modules/site-mysql/my.cnf",
- "puppet://modules/mysql/config/my.cnf.${operatingsystem}.{lsbdistcodename}",
- "puppet://modules/mysql/config/my.cnf.${operatingsystem}",
- "puppet://modules/mysql/config/my.cnf"
+ "puppet:///modules/site-mysql/my.cnf.${operatingsystem}.{lsbdistcodename}",
+ "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}",
+ "puppet:///modules/mysql/config/my.cnf"
],
ensure => file,
require => Package['mysql-server'],