From: Silvio Rhatto Date: Thu, 7 Jan 2010 17:44:51 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=72969b0d6ce3e86d5af54a2d860208c933054450;p=puppet-nginx.git Minor fix --- diff --git a/manifests/init.pp b/manifests/init.pp index 4dc4183..c127806 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -18,7 +18,7 @@ class nginx { - $ssl = $nginx_ssl { + $ssl = $nginx_ssl ? { false => false, default => true, }