-
-
Notifications
You must be signed in to change notification settings - Fork 650
pxe_just_once no longer working with 3.2.1 #2783
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
Comments
@lucap22 Thanks for the report. Could you try if the following works too please?
The reason I am asking is because this is a boolean and normally this should not be a |
Sure, let me try. |
Yes, it works |
I'll fix it today and open a PR and look through all other snippets as well. |
@lucap22 I created a PR and tried to fix as much as possible. Please leave a comment in the PR if it works or not if you have time to test this again. |
Describe the bug
I have upgraded cobbler from 3.2.0 to 3.2.1 and pxe_just_once option no longer working, after the installation completes successfully the "Netboot Enabled" is still set to "True", I have correcty migrate settings file to new file format with .yaml extension.
After some checks i found the issue in the autoinstall_done snippet where the pxe_just_once check are done with "true" lowercase while $pxe_just_once variable contains the string "True" with T in Uppercase.
I have applyed a workaround below reported.
Workaround used:
Cobbler version
Cobbler 3.2.1
Operating system
CentOS Linux release 8.4.2105
Other
There are other checks done in this way that maybe it is worth checking:
The text was updated successfully, but these errors were encountered: