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
Now in named.conf instead of named.conf.local
This commit is contained in:
parent
3429dbe727
commit
72c65db5bc
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