summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-07-10 17:27:25 +0200
committervarac <varacanero@zeromail.org>2013-07-10 17:27:25 +0200
commitb39ea59f2736e2e9096a44f21bf383a13b137b3a (patch)
treead7f6ff209b6e013e0494398e09b8c7cf57537f7 /manifests
parentec66666cf8991a31fbb108f01181c06861e0acb6 (diff)
allow $filestore to be left empty
Diffstat (limited to 'manifests')
-rw-r--r--manifests/install.pp2
1 files changed, 1 insertions, 1 deletions
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,