From 2a71be949e7ed1b65d30c074d6e8673295dedf4e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 18 Nov 2011 17:50:45 -0200 Subject: Minor fix --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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", -- cgit v1.2.3