Problem:
The default kickstart_kernel_options
is not rendering any more
Expected outcome:
Template renders
Foreman and Proxy versions:
3.10
Foreman and Proxy plugin versions:
Distribution and version:
Rocky Linux 8.9
Other relevant data:
In line 149 of the template:
nic_delay = subnet4&.nic_delay || subnet6&.nic_delay
Is this a typo? It becomes false
. The old init works for me:
nic_delay = subnet4 ? subnet4.nic_delay : nil