summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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
) {