summaryrefslogtreecommitdiff
path: root/manifests/site.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-19 16:09:06 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-19 16:09:06 -0200
commit835658b05137c1a01854943a24df7100bfcfc510 (patch)
treef7c874fe605931b9e4977bb832b20284d9db5076 /manifests/site.pp
parent3ecf3867716f95c3a1f6e67b3527045565656b1d (diff)
downloadpuppet-apache-835658b05137c1a01854943a24df7100bfcfc510.tar.gz
puppet-apache-835658b05137c1a01854943a24df7100bfcfc510.tar.bz2
Cosmetic change
Diffstat (limited to 'manifests/site.pp')
-rw-r--r--manifests/site.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index f10f146..7b83527 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -111,7 +111,7 @@ define apache::site($ensure = present, $docroot = false, $redirect = false,
true: {
file { "${apache::sites}-available/$vhost":
ensure => $ensure,
- source => [ "puppet:///modules/site_apache/vhosts/$domain/$title",
+ source => [ "puppet:///modules/site_apache/vhosts/$domain/$title",
"puppet:///modules/site_apache/vhosts/$title" ],
owner => root,
group => root,