From: Silvio Rhatto Date: Sat, 26 Dec 2009 22:57:39 +0000 (-0200) Subject: Testing paths from fileserver X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=632109899c623dc5f47ed0dbb51efa5f009f4e34;p=puppet-apache.git Testing paths from fileserver --- 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,