inkblot / puppet-bind

18 stars 82 forks source link

add controllable order and support for match-recursive-only to views #18

Closed klti closed 9 years ago

klti commented 9 years ago

To achieve a setup I wanted to try (separate views for resolver and authoritative server role), I had to add two tweaks to the view class, since views used the same order value for all fragments (bind evaluates until first match, so order matters), and match-recursive-only was not supported.

P.S.: love your module, saved me a ton of time

inkblot commented 9 years ago

I have released version 3.4.4 of this module to Puppetforge including this change. Thank you for the pull request and I'm happy that the module works so well for you!