diff --git a/bind/files/debian/default b/bind/files/debian/default index b1071eb..3522a46 100644 --- a/bind/files/debian/default +++ b/bind/files/debian/default @@ -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