Bug #2030
Build PXE Default fails with "failed to process template: undefined method `each' for nil:NilClass"
Description
Turning off safemode_render
and clicking "Build PXE Default" under Provisioning Templates results in the following error:
failed to process template: undefined method `each' for nil:NilClass
Seen on 1.0 and develop.
Associated revisions
History
#1
Updated by Dominic Cleal over 9 years ago
- Target version set to 1.1
#2
Updated by Dominic Cleal over 9 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Applied in changeset 0f7cd323207b0d70939c793b537998a31cfcc41a.
fixes #2030 - define instance variables during ERB evaluation when not using safemode
Thanks to Paavo Pokkinen <paavo.pokkinen@faarao.fi>