diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-11-18 17:50:45 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-11-18 17:50:45 -0200 |
commit | 2a71be949e7ed1b65d30c074d6e8673295dedf4e (patch) | |
tree | e7d012a286c4efd3c8d2e954eb2844e92d2b6507 | |
parent | b21a8e01cb06573c082329b65c8ca166ea8e978e (diff) | |
download | puppet-apache-2a71be949e7ed1b65d30c074d6e8673295dedf4e.tar.gz puppet-apache-2a71be949e7ed1b65d30c074d6e8673295dedf4e.tar.bz2 |
Minor fix
-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 3d57fa3..4c1b284 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -121,7 +121,7 @@ class apache { ensure => $apache_https_proxy ? { '' => absent, default => present, - } + }, content => $apache_https_proxy ? { 'force' => "SetEnv HTTPS on\n", default => "SetEnvIf X-Forwarded-Proto https HTTPS=on\n", |