diff options
author | Micah Anderson <micah@riseup.net> | 2009-12-22 22:42:37 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-12-22 22:42:37 -0500 |
commit | 3eccdd86f22ba7c4a6505da7704a4b77830edf93 (patch) | |
tree | 9f5cefd13d8d1b8c51083b6f6c775d14fc5e76a3 | |
parent | 68238a10e33a4fae78e81b3aa74064c973a52306 (diff) |
update README to note the proper variable for script_path_in
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ To use this module, follow these directions: # Use a non-standard plugin path to use custom plugins munin::plugin { "spamassassin": ensure => "spamassassin", - script_path => "/usr/local/share/munin-plugins", + script_path_in => "/usr/local/share/munin-plugins", } # Use a special config to pass parameters to the plugin |