From 4b0841f9f2bcc58cd2da1f8913d7e4f05211888d Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 29 Sep 2009 23:00:38 +0200 Subject: include client stuff --- manifests/plugin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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 } -- cgit v1.2.3