]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 18 Nov 2011 19:50:45 +0000 (17:50 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 18 Nov 2011 19:50:45 +0000 (17:50 -0200)
manifests/init.pp

index 3d57fa31e985f11e882bc290bdb942c0e0f3b117..4c1b28462f09e14984a2ec25c38b360403c62697 100644 (file)
@@ -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",