From d87b074c2655e948b387162b5834958a53e24492 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 21 Oct 2009 18:27:30 +0200 Subject: [PATCH] Let's see if this works --- modules/munin-node/templates/munin-node.plugin.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/munin-node/templates/munin-node.plugin.conf.erb b/modules/munin-node/templates/munin-node.plugin.conf.erb index 06f61714e..4f3d3ed97 100644 --- a/modules/munin-node/templates/munin-node.plugin.conf.erb +++ b/modules/munin-node/templates/munin-node.plugin.conf.erb @@ -19,7 +19,7 @@ group adm, maillog user root <%= out = "" -if mta == "exim4" +if mta and mta == "exim4" out=" [exim_mail*] user Debian-exim @@ -52,7 +52,7 @@ env.mysqlopts --defaults-extra-file=/etc/mysql/debian.cnf <%= out = "" -if mta == "postfix" +if mta and mta == "postfix" out=" [postfix_mailqueue] user postfix -- 2.20.1