puppet-bind
puppet-bind copied to clipboard
add support for keys
i also fixed spec/classes/bind_server_spec.rb. it was expecting 'restart' => '/sbin/service named reload', but the manifest had service named reload. the test fix is in a separate commit.
Thanks for this, but there are some minor issues with hashes. This is certainly one reason why in #54 an array was used : In ruby there is no guarantee for the order of a hash's keys, which is why there are these "sort_by" key everywhere. I'm not quite sure why you have added some, but removed others (views) and left some new ones out (keys values).
I'll go ahead and merge #54 for now. Are you still interested in rebasing your other changes? If not, I can re-implement them.
hi! honestly, this was so long ago i don't remember. if you have a list of changes you want me to make, i'm happy to do it.