From: Silvio Rhatto Date: Tue, 20 Sep 2011 19:54:33 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0c39217920c131dcc5e6caf7c945bb130fe0c827;p=puppet-apache.git Minor fix --- 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,