summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-09-22 19:50:01 -0400
committerMicah Anderson <micah@riseup.net>2010-09-22 19:50:01 -0400
commitc4fa87912095d35e48c5b1a5f7c6f3b589c73e69 (patch)
tree169c4c97eef18b18f944d0d15f9fbafe030dbb7e /manifests
parent892a2c5f631c0003fff6fe3f560a0bb319f51d2a (diff)
fixing merge error which removed a / -- round 2
Diffstat (limited to 'manifests')
-rw-r--r--manifests/server/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/server/base.pp b/manifests/server/base.pp
index ffa0801..bdc81b1 100644
--- a/manifests/server/base.pp
+++ b/manifests/server/base.pp
@@ -5,7 +5,7 @@ class mysql::server::base {
file { 'mysql_main_cnf':
path => '/etc/mysql/my.cnf',
source => [
- "puppet://modules/site-mysql/${fqdn}/my.cnf",
+ "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",