summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-20 16:54:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-20 16:54:33 -0300
commit0c39217920c131dcc5e6caf7c945bb130fe0c827 (patch)
tree7b7817be9af7378c35198c09266fdccfc3bd50bf /manifests
parentfdc749a0cda6859c5d011cafcf3b915444b67d50 (diff)
downloadpuppet-apache-0c39217920c131dcc5e6caf7c945bb130fe0c827.tar.gz
puppet-apache-0c39217920c131dcc5e6caf7c945bb130fe0c827.tar.bz2
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index e15eefa..42917b9 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -189,7 +189,7 @@ class apache {
file { "${apache2_sites}-available/$vhost":
ensure => $ensure,
source => [ "puppet:///modules/site-apache/vhosts/$domain/$title",
- "puppet:///modules/site-apache/vhosts/$title" ]
+ "puppet:///modules/site-apache/vhosts/$title" ],
owner => root,
group => root,
mode => 0644,