Bug #1265
Parition tables can't access @host
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.
Associated revisions
History
#1
Updated by Ohad Levy about 11 years ago
- Assignee set to Ohad Levy
- Target version set to 1.0
#2
Updated by Ohad Levy about 11 years ago
@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.
#3
Updated by Ohad Levy about 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 6546ad949288768bd63a4910d2a3bf222ac1e1d9.
fixes #1265 - Parition tables can't access @host