-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
7.0.0 remodel as library cookbook #133
Conversation
Generated by 🚫 Danger |
I'm still working on this at the minute, just wanted to see how far off I was to getting a CI pass. Documentation is still to do and some review/tidying as well. |
Let me know when you are ready for a review @bmhughes |
Fire away, the CircleCI stuff is sorted now so it's tested with DHCPv6 as well now. |
1. Extended dhcp_class resource to accept options if they are specified. 2. Extended dhcp_class resource to accept vendor-option-space if it is specified.
1. Attributes ported to helper methods where relevant. 2. _config recipe ported to dhcp_config resource. 3. _package recipe ported to dhcp_package resource. 4. _service recipe ports to dhcp_service resource. 5. Attributes and recipes removed.
Annoyingly, the ordering of configuration statements is important in some contexts, for example when configuring an option space it is critical that the space is defined before an option.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM AFAIK!
🥳 |
Description
Issues Resolved
Check List