Bug #1265
closed
Parition tables can't access @host
Added by Joshua Hoblitt over 13 years ago.
Updated about 13 years ago.
Description
Adding this string a partition table:
BOOT_VG=bootvg.<%= @host %>
Outputs as
BOOT_VG=bootvg.
Changing @host -> @host.name causes a safe render error even if safe rendering is disabled.
- Assignee set to Ohad Levy
- Target version set to 1.0
@host.name would not work, as @host is not defined.
just <%= name %> would have worked, but anyway, the following fix would fix both issues regardless.
- Status changed from New to Closed
- % Done changed from 0 to 100
Also available in: Atom
PDF