Add support for custom includes on RedHat

This commit is contained in:
Malte Starostik 2018-02-14 13:07:26 +01:00
parent 3429dbe727
commit 4450cd9fc1

View file

@ -80,3 +80,7 @@ acl {{ name }} {
{%- endfor %}
};
{%- endfor %}
{%- for incl in salt['pillar.get']('bind:config:includes', []) %}
include "{{ incl }}";
{% endfor %}