bind-formula/bind/files/debian/named.conf.key

13 lines
284 B
Text
Raw Normal View History

2014-10-16 10:54:02 +00:00
# vim: sts=2 ts=2 sw=2 et ai
//
// Do any local configuration here
//
{% for key,args in salt['pillar.get']('bind:keys', {}).iteritems() -%}
key "{{ key }}" {
algorithm {{ args['algorithm'] | default('HMAC-MD5.SIG-ALG.REG.INT') }};
secret {{ args['secret'] }};
};
{% endfor %}