diff options
Diffstat (limited to 'manifests/subsystems')
| -rw-r--r-- | manifests/subsystems/websites.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
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,      },  | 
