From 8445b43bbb777e670edb91d0f6b0627ce0b59820 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 14 Jul 2011 14:25:37 -0300 Subject: Switching to site-module convention --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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, -- cgit v1.2.3