From 2799be4685212be922c1fe7a2fe187ef7037553f Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 8 Nov 2009 01:10:08 +0000 Subject: [PATCH] vsftpd probably needs this, sigh Signed-off-by: Stephen Gran --- .../munin-node/templates/munin-node.plugin.conf.erb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/modules/munin-node/templates/munin-node.plugin.conf.erb b/modules/munin-node/templates/munin-node.plugin.conf.erb index 179055853..fbf153977 100644 --- a/modules/munin-node/templates/munin-node.plugin.conf.erb +++ b/modules/munin-node/templates/munin-node.plugin.conf.erb @@ -27,7 +27,16 @@ group maillog" end out %> - +<%= +out = "" +if has_variable?("vsftpd") and vsftpd == "true" + out=" +[vsftpd] +user root +" +end +out +%> [fw_conntrack] user root -- 2.20.1