summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
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",