From: mh Date: Mon, 18 Jun 2012 15:13:52 +0000 (-0300) Subject: this should have a default X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3427eb415d7a40a0051d9feaf397866176a70318;p=puppet-lighttpd.git this should have a default --- diff --git a/manifests/init.pp b/manifests/init.pp index 172849c..1bb020a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -3,7 +3,7 @@ # GPLv3 class lighttpd( - $cluster_node, + $cluster_node = '', $manage_munin = false, $manage_shorewall = false ) {