-
Notifications
You must be signed in to change notification settings - Fork 883
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
FreeBSD init: use cloudinit_enable as only rcvar #1875
Conversation
We don't want |
oh, right, so, |
all components of cloudinit need to run, and in a specific order. If cloudinit is to be enabled, it should only rely on one variable. This change better encodes that, than canonical#161 Sponsored by: FreeBSD Foundation
822b8a0
to
3934566
Compare
updated the PR now according to @Jehops' comment. |
LGTM, but I'll wait for an approval from @Jehops since BSD isn't my wheelhouse. |
LGTM. Thanks @igalic and @TheRealFalcon. |
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.
Thanks!
Proposed Commit Message
Additional Context
Currently, when cloud-init isn't enabled, some of its components issue rc warnings.
Previously, in #161 we went overboard, by giving each its own variable
Test Steps
install this patch, reboot, see no more warnings.
Checklist: