You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kickstart templates referencing the as-provided redhat_register and rhn_certificate_based_register snippets fail to parse as they still reference a removed variable redhat_management_type
Steps to reproduce
install cobbler 3.2 or 3.3
attempt to use either snippet
observe cobbler log and the rendered kickstart
Expected behavior
Correct rendering of the included templates/snippets.
Cobbler version
Cobbler 3.2.2
source: ?, ?
build time: Mon Jan 24 02:22:30 2022
# verified this is a problem in master, however
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Kickstart templates referencing the as-provided
redhat_register
andrhn_certificate_based_register
snippets fail to parse as they still reference a removed variableredhat_management_type
Steps to reproduce
Expected behavior
Correct rendering of the included templates/snippets.
Cobbler version
Operating system
Cobbler log
Screenshots
N/A
Additional information
This reference is still erroneously present in master and does not just affect 3.2:
It appears it was removed in 3.0.0 and the snippets were not adjusted accordingly. They have been broken since.
This causes an early abort of the installation (note the unexpanded
$SNIPPET()
shortly after the koan setup)The text was updated successfully, but these errors were encountered: