From: Silvio Rhatto Date: Fri, 18 Nov 2011 19:50:45 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2a71be949e7ed1b65d30c074d6e8673295dedf4e;p=puppet-apache.git Minor fix --- 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",