mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
Merge pull request #55 from blacksmith77/patch-1
dirty value in /etc/default/bind9
This commit is contained in:
commit
1543c5c644
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{% set protocol = salt['pillar.get']('bind:config:protocol', False) -%}
|
||||
{% set param = ['-u bind'] -%}
|
||||
{% if protocol -%}
|
||||
{{ param.append('-' + protocol|string) }}
|
||||
{% do param.append('-' + protocol|string) -%}
|
||||
{% endif -%}
|
||||
# run resolvconf?
|
||||
RESOLVCONF=no
|
||||
|
|
Loading…
Add table
Reference in a new issue