saltstack-formulas / bind-formula

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

Enabling dnssec fails #100

Closed joe-bowman closed 6 years ago

joe-bowman commented 6 years ago

Due to an issue with nesting, you end up with two pillar IDs that are identical.

I believe this is due to the dnssec logic that this supposed to be inside the 'included' file, is actually outside that if block.

joe-bowman commented 6 years ago

Turns out this isn't a nesting issue, but just a duplicate ID (signed-<zone> and signed-<view>-<zone> are both declared, even though for the default view, the value of <view> is an empty string); see #101 .

aanriot commented 6 years ago

Thanks @joe-bowman , I just commented #101 .