From: Silvio Rhatto Date: Sat, 19 Jan 2013 18:09:06 +0000 (-0200) Subject: Cosmetic change X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=835658b05137c1a01854943a24df7100bfcfc510;p=puppet-apache.git Cosmetic change --- 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,