mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
delete static config
This commit is contained in:
parent
1a0c999e10
commit
aa9fb7b7df
1 changed files with 1 additions and 4 deletions
|
@ -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 %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Reference in a new issue