inkblot / puppet-bind

18 stars 82 forks source link

using bind::updater on bind server #77

Closed zipkid closed 8 years ago

zipkid commented 8 years ago

When applying bind::updater on all nodes this causes conflicts on the bind server.

inkblot commented 8 years ago

bind and bind::updater are intended to be mutually exclusive.

zipkid commented 8 years ago

Why intentionally create conflict? Especially since both, now conflicting, classes install the same package....?

inkblot commented 8 years ago

Ok, so I'm looking at #78 and thinking to myself "Does this actually fix it?" because years ago I tried to and it was a complete mess. Then I realized, bind::defaults which both bind and bind::updater inherit no longer has resources in it, and bind::keydir is a lot simpler than it used to be. It was less about intent and more about the big hurdles that stood in the way.

Let's move the discussion to #78