summaryrefslogtreecommitdiff
path: root/manifests/vhosts.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhosts.pp')
-rw-r--r--manifests/vhosts.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhosts.pp b/manifests/vhosts.pp
index 9e02661..72cbcf5 100644
--- a/manifests/vhosts.pp
+++ b/manifests/vhosts.pp
@@ -1,6 +1,6 @@
class lighttpd::vhosts {
file{'/etc/lighttpd/vhosts.d':
- source => "puppet://$server/modules/common/empty",
+ source => "puppet:///modules/common/empty",
ensure => directory,
purge => true,
recurse => true,