summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-06 09:03:57 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-06 09:03:57 +0000
commit58c7e6d506030bc3dcdaf4e4aaaf931c7b40a341 (patch)
treeb0ad9282a2d7e93addebc514e710e77b4c91a6f0 /manifests
parent748e8d68a5f1624f9f41bfd870476fcf4e51d6dc (diff)
* lsb_ ... immer noch unzufrieden
* script path test git-svn-id: https://svn/ipuppet/trunk/modules/munin@206 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
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"