bind-formula/bind/files/redhat/default
Rowcliffe Browne 82f4b63aa9 - templatize default file
- fix config.sls to match
- add example to pillar.example
2015-11-02 09:40:51 +08:00

9 lines
284 B
Text

{% set protocol = salt['pillar.get']('bind:config:protocol', False) -%}
{% set param = [] -%}
{% if protocol -%}
{%- param.append('-' + protocol|string) -%}
{% endif -%}
# ROOTDIR="/var/named/chroot"
# KEYTAB_FILE="/dir/file"
# DISABLE_ZONE_CHECKING
OPTIONS="{{ param|join(' ') }}"