mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 17:50:23 +00:00
parent
bd46a18db3
commit
19a6d01b54
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{% set protocol = salt['pillar.get']('bind:config:protocol', False) -%}
|
{% set protocol = salt['pillar.get']('bind:config:protocol', False) -%}
|
||||||
{% set param = ['-u bind'] -%}
|
{% set param = ['-u bind'] -%}
|
||||||
{% if protocol -%}
|
{% if protocol -%}
|
||||||
{%- param.append('-' + protocol|string) -%}
|
{{ param.append('-' + protocol|string) }}
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
# run resolvconf?
|
# run resolvconf?
|
||||||
RESOLVCONF=no
|
RESOLVCONF=no
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{% set protocol = salt['pillar.get']('bind:config:protocol', False) -%}
|
{% set protocol = salt['pillar.get']('bind:config:protocol', False) -%}
|
||||||
{% set param = [] -%}
|
{% set param = [] -%}
|
||||||
{% if protocol -%}
|
{% if protocol -%}
|
||||||
{%- param.append('-' + protocol|string) -%}
|
{{ param.append('-' + protocol|string) }}
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
# ROOTDIR="/var/named/chroot"
|
# ROOTDIR="/var/named/chroot"
|
||||||
# KEYTAB_FILE="/dir/file"
|
# KEYTAB_FILE="/dir/file"
|
||||||
|
|
Loading…
Add table
Reference in a new issue