summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-02 12:49:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-02 12:49:48 -0300
commit2e4e62564c3cbb214b135acaaeb687ad114dbeea (patch)
tree123400a3459454217fc6cae13630d3ac58e6fce9 /manifests
parenteb43da7d5253fec32e1bccc997bad97c2160d7ac (diff)
downloadpuppet-apache-2e4e62564c3cbb214b135acaaeb687ad114dbeea.tar.gz
puppet-apache-2e4e62564c3cbb214b135acaaeb687ad114dbeea.tar.bz2
Default envvars
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',
},
}