diff --git a/bind/files/debian/rndc.conf b/bind/files/debian/rndc.conf index 3a28a16..1905381 100644 --- a/bind/files/debian/rndc.conf +++ b/bind/files/debian/rndc.conf @@ -5,9 +5,6 @@ options { }; -server sdns-odc-1.net.onet { key rndc_sdns-odc-1.net.onet; }; - - {% for key,args in salt['pillar.get']('bind:rndc_client:server', {}).items() -%} server "{{ key }}" { key {{ args['key'] }}; @@ -19,4 +16,4 @@ key "{{ key }}" { algorithm {{ args['algorithm'] | default('HMAC-MD5.SIG-ALG.REG.INT') }}; secret "{{ args['secret'] }}"; }; -{% endfor %} \ No newline at end of file +{% endfor %}