summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 36773ee..40e7f47 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -230,10 +230,10 @@ class munin::plugins::postgres inherits munin::plugins::base {
munin::plugin::deploy { "pg__locks": ensure => false }
}
class munin::plugins::nagios inherits munin::plugins::base {
- munin::plugin {
- nagios_hosts: script_path => "/usr/local/bin", config => 'user root';
- nagios_svc: script_path => "/usr/local/bin", config => 'user root';
- nagios_perf_hosts: ensure => nagios_perf_, script_path => "/usr/local/bin", config => 'user root';
- nagios_perf_svc: ensure => nagios_perf_, script_path => "/usr/local/bin", config => 'user root';
+ munin::plugin::deploy {
+ nagios_hosts: config => 'user root';
+ nagios_svc: config => 'user root';
+ nagios_perf_hosts: ensure => nagios_perf_, config => 'user root';
+ nagios_perf_svc: ensure => nagios_perf_, config => 'user root';
}
}