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 Phirince Philip over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 536fd1994a60996318cb6be0d0bb4046e22c2f6f.
Actions