diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 20:11:28 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 20:11:28 -0200 |
commit | 2937bd53896a3f53fcf363104fb3d52c9d899eba (patch) | |
tree | cce0b90d02d825d99881e8ff4d838238e134dee2 /manifests/subsystems | |
parent | 796bd7bd500b94316ca189a5aba773cd27b467dc (diff) | |
download | puppet-nodo-2937bd53896a3f53fcf363104fb3d52c9d899eba.tar.gz puppet-nodo-2937bd53896a3f53fcf363104fb3d52c9d899eba.tar.bz2 |
Oops
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, }, |