mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 17:50:23 +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'] }};
|
||||
|
|
Loading…
Add table
Reference in a new issue