summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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 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,