saltstack-formulas / bind-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
29 stars 118 forks source link

remove superfluous signed-<zone> block #101

Closed joe-bowman closed 6 years ago

joe-bowman commented 6 years ago

as the per-view block negates the need for this (as default view is still treated as a view); fixes #100

joe-bowman commented 6 years ago

The code is always triggered twice when enabling dnssec; because even when you don't use views, the {{ dash_view }} var is set to an empty string (i.e. the first block covers using views AND not using views); so the second block removed in my commit should always cause a duplicate key error.

javierbertoli commented 6 years ago

Merged, as it LGTM. Thanks @joe-bowman & @aanriot for all your work!