summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
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 }