summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-09-29 23:02:47 +0200
committermh <mh@immerda.ch>2009-09-29 23:02:47 +0200
commita385bc413215ac5aa6b646c3e4ebf59063230bd8 (patch)
treeb8341965578c9ed8dff225f2e3af1680eed2877f /manifests/plugin.pp
parent4b0841f9f2bcc58cd2da1f8913d7e4f05211888d (diff)
correctly include the right client class
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 01eda76..1fa4651 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -10,7 +10,6 @@ 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 }