From: Silvio Rhatto Date: Sat, 26 Dec 2009 22:48:16 +0000 (-0200) Subject: Minor change X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=47f87319e9f8bacfe89e0c90412dc9a02c97194d;p=puppet-apache.git Minor change --- diff --git a/manifests/init.pp b/manifests/init.pp index 2167bbb..360335f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -91,7 +91,7 @@ class apache { true: { file { "${apache2_sites}-available/$title": ensure => $ensure, - source => "puppet://$server/files/apache/$name", + source => "puppet://$server/files/apache/$title", owner => root, group => root, mode => 0644,