mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-17 10:10:26 +00:00
Merge pull request #101 from joe-bowman/fix-dnssec-pillar-duplicate
remove superfluous signed-<zone> block
This commit is contained in:
commit
72030c9009
1 changed files with 0 additions and 9 deletions
|
@ -214,15 +214,6 @@ zones{{ dash_view }}-{{ zone }}{{ '.include' if serial_auto else ''}}:
|
|||
- require:
|
||||
- file: named_directory
|
||||
|
||||
{% if zone_data['dnssec'] is defined and zone_data['dnssec'] -%}
|
||||
signed-{{ zone }}:
|
||||
cmd.run:
|
||||
- cwd: {{ map.named_directory }}
|
||||
- name: zonesigner -zone {{ zone }} {{ file }}
|
||||
- prereq:
|
||||
- file: zones-{{ zone }}
|
||||
{% endif %}
|
||||
|
||||
{% if serial_auto %}
|
||||
zones{{ dash_view }}-{{ zone }}:
|
||||
module.wait:
|
||||
|
|
Loading…
Add table
Reference in a new issue