mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
Inclusion of additional configuration files added (Debian based only).
This commit is contained in:
parent
1a893bc196
commit
2928041651
2 changed files with 7 additions and 0 deletions
|
@ -14,4 +14,7 @@ include "{{ map.key_config }}";
|
|||
{%- if salt['pillar.get']('bind:config:default_zones', False) %}
|
||||
include "{{ map.default_zones_config }}";
|
||||
{% endif %}
|
||||
{%- for incl in salt['pillar.get']('bind:config:includes', []) %}
|
||||
include "{{ incl }}";
|
||||
{% endfor %}
|
||||
|
||||
|
|
|
@ -19,6 +19,10 @@ bind:
|
|||
# For Debian based systems:
|
||||
# If set to True, the default-zones configuration will be enabled. Defaults to False.
|
||||
default_zones: True
|
||||
# For Debian based systems:
|
||||
# Include any additional configuration file(s) in named.conf
|
||||
includes:
|
||||
- /some/additional/named.conf
|
||||
|
||||
bind:
|
||||
keys:
|
||||
|
|
Loading…
Add table
Reference in a new issue