Project

General

Profile

Bug #1265

Parition tables can't access @host

Added by Joshua Hoblitt over 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Host creation
Target version:
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Fixed in Releases:
Found in Releases:
Red Hat JIRA:

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

Revision 6546ad94 (diff)
Added by Ohad Levy about 11 years ago

fixes #1265 - Parition tables can't access @host

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

Also available in: Atom PDF