From 7cd45bebbf2eea216bbc34765e68bcb36b540593 Mon Sep 17 00:00:00 2001 From: Kondrashov Ilia Date: Sat, 5 Oct 2013 21:03:53 +0400 Subject: Correct script_path_in param name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7f75fc..420277e 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ in the node definition, like follows: # Use a non-standard plugin path to use custom plugins munin::plugin { 'spamassassin': - ensure => present, - script_path => '/usr/local/share/munin-plugins', + ensure => present, + script_path_in => '/usr/local/share/munin-plugins', } # For wildcard plugins (eg. ip_, snmp_, etc.), use the name variable to -- cgit v1.2.3