aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-24 20:11:28 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-24 20:11:28 -0200
commit2937bd53896a3f53fcf363104fb3d52c9d899eba (patch)
treecce0b90d02d825d99881e8ff4d838238e134dee2
parent796bd7bd500b94316ca189a5aba773cd27b467dc (diff)
downloadpuppet-nodo-2937bd53896a3f53fcf363104fb3d52c9d899eba.tar.gz
puppet-nodo-2937bd53896a3f53fcf363104fb3d52c9d899eba.tar.bz2
Oops
-rw-r--r--manifests/subsystems/websites.pp2
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,
},