From: Silvio Rhatto Date: Thu, 24 Jan 2013 22:11:28 +0000 (-0200) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2937bd53896a3f53fcf363104fb3d52c9d899eba;p=puppet-nodo.git Oops --- diff --git a/manifests/subsystems/websites.pp b/manifests/subsystems/websites.pp index 6405a1e..93415d3 100644 --- a/manifests/subsystems/websites.pp +++ b/manifests/subsystems/websites.pp @@ -4,7 +4,7 @@ class websites::setup { # Include apache class { 'apache': - https_proxy => ? $hosting_type { + https_proxy => $hosting_type ? { 'direct' => 'yes', default => false, },