summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-09-29 23:00:38 +0200
committermh <mh@immerda.ch>2009-09-29 23:00:38 +0200
commit4b0841f9f2bcc58cd2da1f8913d7e4f05211888d (patch)
treec3b674f71d9b1631216ed698c4f13ff6453100ca /manifests
parentd214a2f0ed7f37d2a40b596eab9d2c68d7c39a95 (diff)
include client stuff
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 0e83e04..01eda76 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -10,7 +10,7 @@ define munin::plugin (
$script_path_in = '',
$config = '')
{
-
+ include ::munin::client
include munin::plugin::scriptpaths
$real_script_path = $script_path_in ? { '' => $munin::plugin::scriptpaths::script_path, default => $script_path_in }