diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-20 16:54:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-20 16:54:33 -0300 |
commit | 0c39217920c131dcc5e6caf7c945bb130fe0c827 (patch) | |
tree | 7b7817be9af7378c35198c09266fdccfc3bd50bf | |
parent | fdc749a0cda6859c5d011cafcf3b915444b67d50 (diff) | |
download | puppet-apache-0c39217920c131dcc5e6caf7c945bb130fe0c827.tar.gz puppet-apache-0c39217920c131dcc5e6caf7c945bb130fe0c827.tar.bz2 |
Minor fix
-rw-r--r-- | manifests/init.pp | 2 |
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, |