summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-11-18 17:50:45 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-11-18 17:50:45 -0200
commit2a71be949e7ed1b65d30c074d6e8673295dedf4e (patch)
treee7d012a286c4efd3c8d2e954eb2844e92d2b6507 /manifests
parentb21a8e01cb06573c082329b65c8ca166ea8e978e (diff)
downloadpuppet-apache-2a71be949e7ed1b65d30c074d6e8673295dedf4e.tar.gz
puppet-apache-2a71be949e7ed1b65d30c074d6e8673295dedf4e.tar.bz2
Minor fix
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",