From: Silvio Rhatto Date: Thu, 14 Jul 2011 17:25:37 +0000 (-0300) Subject: Switching to site-module convention X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8445b43bbb777e670edb91d0f6b0627ce0b59820;p=puppet-apache.git Switching to site-module convention --- diff --git a/manifests/init.pp b/manifests/init.pp index f8846cb..71f5f7c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -183,7 +183,7 @@ class apache { true: { file { "${apache2_sites}-available/$vhost": ensure => $ensure, - source => "puppet://$server/files/apache/vhosts/$title", + source => "puppet:///modules/site-apache/vhosts/$title", owner => root, group => root, mode => 0644,