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 <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-09-26 23:30:22 +03:00
parent 24a3724dfe
commit f16b143eac
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -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