From 2937bd53896a3f53fcf363104fb3d52c9d899eba Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Jan 2013 20:11:28 -0200 Subject: Oops --- manifests/subsystems/websites.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, -- cgit v1.2.3