mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
Add support for custom includes on RedHat
This commit is contained in:
parent
3429dbe727
commit
4450cd9fc1
1 changed files with 4 additions and 0 deletions
|
@ -80,3 +80,7 @@ acl {{ name }} {
|
|||
{%- endfor %}
|
||||
};
|
||||
{%- endfor %}
|
||||
|
||||
{%- for incl in salt['pillar.get']('bind:config:includes', []) %}
|
||||
include "{{ incl }}";
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Reference in a new issue