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 6c9aa51..419c286 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -242,7 +242,7 @@ class apache(
class { 'apache::envvars':
source => $::virtual ? {
'vserver' => 'puppet:///modules/apache/envvars.vserver',
- default => undef,
+ default => 'puppet:///modules/apache/envvars',
},
}