diff options
author | andreas <andreas@immerda.ch> | 2007-12-06 09:03:57 +0000 |
---|---|---|
committer | andreas <andreas@immerda.ch> | 2007-12-06 09:03:57 +0000 |
commit | 85a0fbe78632307e3ca580d4477a02973fc40752 (patch) | |
tree | b0ad9282a2d7e93addebc514e710e77b4c91a6f0 | |
parent | 4d6bc8018c0edb91964ecd6f7fd1bfc713f9a646 (diff) |
* lsb_ ... immer noch unzufrieden
* script path test
-rw-r--r-- | manifests/plugin.pp | 2 |
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" |