summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-12-26 20:57:39 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-12-26 20:57:39 -0200
commit632109899c623dc5f47ed0dbb51efa5f009f4e34 (patch)
treedb3a62e786e388404c567064896e95c14ed5c6fb /manifests
parent47f87319e9f8bacfe89e0c90412dc9a02c97194d (diff)
downloadpuppet-apache-632109899c623dc5f47ed0dbb51efa5f009f4e34.tar.gz
puppet-apache-632109899c623dc5f47ed0dbb51efa5f009f4e34.tar.bz2
Testing paths from fileserver
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 360335f..b3d2381 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/$title",
+ source => "puppet://$fileserver/files/apache/$title",
owner => root,
group => root,
mode => 0644,