diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-02 12:49:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-02 12:49:48 -0300 |
commit | 2e4e62564c3cbb214b135acaaeb687ad114dbeea (patch) | |
tree | 123400a3459454217fc6cae13630d3ac58e6fce9 /manifests | |
parent | eb43da7d5253fec32e1bccc997bad97c2160d7ac (diff) | |
download | puppet-apache-2e4e62564c3cbb214b135acaaeb687ad114dbeea.tar.gz puppet-apache-2e4e62564c3cbb214b135acaaeb687ad114dbeea.tar.bz2 |
Default envvars
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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', }, } |