Skip to content
Snippets Groups Projects
Commit d77643f4 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Do not include .dkpg-new files in zabbix config

parent 63622928
No related branches found
No related tags found
No related merge requests found
......@@ -263,9 +263,9 @@ Hostname={{ ansible_fqdn }}
# Include=
{% if ansible_distribution_major_version is version("10", ">=") %}
Include=/etc/zabbix/zabbix_agentd.conf.d/
Include=/etc/zabbix/zabbix_agentd.conf.d/*.conf
{% else %}
Include=/etc/zabbix/zabbix_agentd.d/
Include=/etc/zabbix/zabbix_agentd.d/*.conf
{% endif %}
# Include=/usr/local/etc/zabbix_agentd.userparams.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment