Actions
Bug #11723
closedBuild PXE Default fails with error
Difficulty:
trivial
Triaged:
Pull request:
Description
Here's the error seen:
failed to process template: undefined method `token' for nil:NilClass
This is because of this line:
:token => (@host.token.value unless @host.token.nil?)
In this case, @host is nil.
-PP
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2687 added
- Pull request deleted (
)
Updated by Dominic Cleal over 9 years ago
- Related to Feature #7828: Provide base URL of Foreman via foreman_url added
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 88
Updated by Phirince Philip over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 536fd1994a60996318cb6be0d0bb4046e22c2f6f.
Updated by Dominic Cleal almost 9 years ago
- Has duplicate Bug #2449: Fix foreman_url helper so it be used in the PXE Default template added
Updated by Dominic Cleal almost 9 years ago
- Related to Bug #14232: Missing variable to include Sat 6 Hostname in PXE Menus added
Actions