From: Silvio Rhatto Date: Thu, 7 Jan 2010 17:56:17 +0000 (-0200) Subject: Minor fix (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=351c283f18c7667f8cf734490dd02f6d689f36e1;p=puppet-nginx.git Minor fix (2) --- diff --git a/manifests/init.pp b/manifests/init.pp index c127806..b888f6c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -33,7 +33,7 @@ class nginx { group => "root", } - if $ssl { + if $ssl == true { file { [ "/etc/ssl", "/etc/ssl/certs", "/etc/ssl/private" ]: ensure => directory, owner => "root",