From: Silvio Rhatto Date: Fri, 25 Dec 2009 02:59:26 +0000 (-0200) Subject: Fixing conditional X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=77d098388b06d56af601ef3dbc3c0068e24adb69;p=puppet-apache.git Fixing conditional --- diff --git a/manifests/init.pp b/manifests/init.pp index 4cdbe02..cf67556 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -87,7 +87,7 @@ class apache { $server_alias = false, $use = false, $ticket = false, $source = false) { - if $source { + if $source != false { file { "${apache2_sites}-available/$title": ensure => $ensure, source => $source,