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

index 4dc4183b66ad57e32046b59bbe869e393f80f6be..c1278061cfa153c2bff3d3ff662c9f09e6237301 100644 (file)
@@ -18,7 +18,7 @@
 
 class nginx {
 
-  $ssl = $nginx_ssl {
+  $ssl = $nginx_ssl {
     false   => false,
     default => true,
   }