mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
Merge pull request #88 from mstarostik/master
Add support for custom includes on RedHat
This commit is contained in:
commit
7a6bacb199
1 changed files with 3 additions and 0 deletions
|
@ -80,3 +80,6 @@ zone "." IN {
|
|||
include "/etc/named.rfc1912.zones";
|
||||
include "{{ map.local_config }}";
|
||||
include "/etc/named.root.key";
|
||||
{%- for incl in salt['pillar.get']('bind:config:includes', []) %}
|
||||
include "{{ incl }}";
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Reference in a new issue