]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Jan 2013 22:11:28 +0000 (20:11 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Jan 2013 22:11:28 +0000 (20:11 -0200)
manifests/subsystems/websites.pp

index 6405a1e778fdd328fc6b6009dc129e9ac7f652ce..93415d309ad6984d423712d16270e4f312729316 100644 (file)
@@ -4,7 +4,7 @@ class websites::setup {
 
   # Include apache
   class { 'apache':
-    https_proxy => ? $hosting_type {
+    https_proxy => $hosting_type ? {
       'direct' => 'yes',
       default  => false,
     },