From f16b143eacbc4797db6402f8ed8d376853247296 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 26 Sep 2015 23:30:22 +0300 Subject: [PATCH] roles/munin: Update munin-node.conf template We actually need to use /var/log/munin for munin-node on Debian too, as that's what is created by the package manager during installation. Signed-off-by: Alan Orth --- roles/munin/templates/munin-node.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/munin/templates/munin-node.conf.j2 b/roles/munin/templates/munin-node.conf.j2 index 1c2db82..e447a3a 100644 --- a/roles/munin/templates/munin-node.conf.j2 +++ b/roles/munin/templates/munin-node.conf.j2 @@ -3,7 +3,7 @@ # log_level 4 -{% if ansible_distribution == "Ubuntu" %} +{% if ansible_os_family == "Debian" %} log_file /var/log/munin/munin-node.log {% else %} log_file /var/log/munin-node/munin-node.log