saltstack-formulas / powerdns-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Apache License 2.0
6 stars 29 forks source link

[BUG] Default version 4.0 is no longer available #22

Open getSurreal opened 3 years ago

getSurreal commented 3 years ago

Your setup

Formula commit hash / release tag

v0.3.4

Pillar / config used

None. take defaults

Bug details

Describe the bug

defaults use powerdns v4.0 which is no long available

Expected behaviour

Defaults should be valid

Attempts to fix the bug

Set the default to master

myii commented 3 years ago

Thanks for this bug report, @getSurreal.

So just confirming:

https://github.com/saltstack-formulas/powerdns-formula/blob/0b6da371ea2b7fb08331c1b17139bde521d99449/powerdns/defaults.yaml#L8

And our test pillar is using master:

https://github.com/saltstack-formulas/powerdns-formula/blob/0b6da371ea2b7fb08331c1b17139bde521d99449/test/salt/pillar/default.sls#L6

So your suggestion is to use master as the default?

What are your thoughts on this @sticky-note?