roles/munin: Remove ansible_os_family checks
We only run Debian family distributions now so there is no need to check this case.
This commit is contained in:
parent
547d808aea
commit
1882ba612f
@ -3,11 +3,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
log_level 4
|
log_level 4
|
||||||
{% if ansible_os_family == "Debian" %}
|
|
||||||
log_file /var/log/munin/munin-node.log
|
log_file /var/log/munin/munin-node.log
|
||||||
{% else %}
|
|
||||||
log_file /var/log/munin-node/munin-node.log
|
|
||||||
{% endif %}
|
|
||||||
pid_file /var/run/munin/munin-node.pid
|
pid_file /var/run/munin/munin-node.pid
|
||||||
|
|
||||||
background 1
|
background 1
|
||||||
|
Loading…
Reference in New Issue
Block a user