We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b1fb4 commit 82426c1Copy full SHA for 82426c1
bind/files/redhat/default
@@ -6,4 +6,8 @@
6
# ROOTDIR="/var/named/chroot"
7
# KEYTAB_FILE="/dir/file"
8
# DISABLE_ZONE_CHECKING
9
+{% set sysconfigfile = salt['pillar.get']('bind:lookup:config', False) -%}
10
+{% if sysconfigfile -%}
11
+NAMEDCONF={{ sysconfigfile }}
12
+{% endif -%}
13
OPTIONS="{{ param|join(' ') }}"
0 commit comments