diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-11-27 10:13:21 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-11-27 10:13:21 -0200 |
commit | b23543c94e9f99d2949ae21ced407f0cc4493976 (patch) | |
tree | e0725c93c629f4ef63abc52997a91653a30e52b6 /manifests | |
parent | 22d1ce2d3e574a52ee0af41a9ca95e3d6ba6c00c (diff) | |
download | puppet-apache-b23543c94e9f99d2949ae21ced407f0cc4493976.tar.gz puppet-apache-b23543c94e9f99d2949ae21ced407f0cc4493976.tar.bz2 |
Removes default envvars setup
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index aa56585..96f6f08 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -265,10 +265,6 @@ class apache( refreshonly => true, } - class { 'apache::envvars': - source => "puppet:///modules/apache/envvars.${::lsbdistcodename}", - } - # Legacy configuration file { "$conf_d/macros": ensure => absent, |