From b39ea59f2736e2e9096a44f21bf383a13b137b3a Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 10 Jul 2013 17:27:25 +0200 Subject: allow $filestore to be left empty --- manifests/install.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/install.pp b/manifests/install.pp index 97f7efa..f4cd565 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -1,5 +1,5 @@ class check_mk::install ( - $filestore, + $filestore = '', $package, $site, $workspace, -- cgit v1.2.3