summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-12-26 20:48:16 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-12-26 20:48:16 -0200
commit47f87319e9f8bacfe89e0c90412dc9a02c97194d (patch)
tree7b5965ab4ff10441ad8b6825da76ed866935e0c8 /manifests
parentd99505aabfcc4058c7a997352d9a24a1934bb8b1 (diff)
downloadpuppet-apache-47f87319e9f8bacfe89e0c90412dc9a02c97194d.tar.gz
puppet-apache-47f87319e9f8bacfe89e0c90412dc9a02c97194d.tar.bz2
Minor change
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 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,