Let's see if this works
authorPeter Palfrader <peter@palfrader.org>
Wed, 21 Oct 2009 16:27:30 +0000 (18:27 +0200)
committerPeter Palfrader <peter@palfrader.org>
Wed, 21 Oct 2009 16:27:30 +0000 (18:27 +0200)
modules/munin-node/templates/munin-node.plugin.conf.erb

index 06f6171..4f3d3ed 100644 (file)
@@ -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