Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for keys #50

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

add support for keys #50

wants to merge 2 commits into from

Conversation

sethlyons
Copy link

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.

@sethlyons sethlyons force-pushed the addkeys branch 2 times, most recently from 803c93e to 525c08d Compare March 17, 2015 15:07
@thias
Copy link
Owner

thias commented Feb 2, 2016

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.

@sethlyons
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants