From: Silvio Rhatto Date: Tue, 29 Dec 2009 14:44:13 +0000 (-0200) Subject: Using apache/vhosts to store vhost data X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=28dcb772c9cdde6ae7726ee12881bdc89e6c6050;p=puppet-apache.git Using apache/vhosts to store vhost data --- diff --git a/manifests/init.pp b/manifests/init.pp index 8a02cc0..9fe06e4 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://$server/files/apache/vhosts/$title", owner => root, group => root, mode => 0644,