Actions
Bug #21406
closedRemove to_proc syntax from Katello Kickstart Default
Description
I have just installed latest 3.4 and this patch is missing from Default Kickstart Template: https://github.com/theforeman/community-templates/pull/411/files
RHEL installation errors out with:
Safemode doesn't allow to access 'block_pass' on &:present?
https://gist.github.com/lzap/df6c103573dba61cc5bc22d39c6201b6
We need to have the change in Katello templates as well I believe.
It's been fixed in all templates but few of them are still affected:
> ProvisioningTemplate.where("template LIKE '%&:present%'").pluck(:name) => ["Katello Atomic Kickstart Default", "Katello Kickstart Default"]
Updated by Justin Sherrill about 7 years ago
- Status changed from New to Duplicate
- Translation missing: en.field_release set to 166
Updated by Justin Sherrill about 7 years ago
- Is duplicate of Bug #20836: Safe mode rendering does not correctly prevent using symbol to proc calls added
Actions