]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Minor fix (2)
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Jan 2010 17:56:17 +0000 (15:56 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Jan 2010 17:56:17 +0000 (15:56 -0200)
manifests/init.pp

index c1278061cfa153c2bff3d3ff662c9f09e6237301..b888f6c4e7da537a644fbf9127899d07a0bee76c 100644 (file)
@@ -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",