summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2007-12-06 09:03:57 +0000
committerandreas <andreas@immerda.ch>2007-12-06 09:03:57 +0000
commit85a0fbe78632307e3ca580d4477a02973fc40752 (patch)
treeb0ad9282a2d7e93addebc514e710e77b4c91a6f0 /manifests
parent4d6bc8018c0edb91964ecd6f7fd1bfc713f9a646 (diff)
* lsb_ ... immer noch unzufrieden
* script path test
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index b9a1456..7a6e6af 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -4,7 +4,7 @@
define munin::plugin (
$ensure = "present",
- $script_path,
+ $script_path = '',
$config = '')
{
$script_path_default = "/usr/share/munin/plugins"