Project

General

Profile

Bug #21618

Updated by Ewoud Kohl van Wijngaarden over 6 years ago

Create a hostgroup with some parameter with at-least one with empty value. For e.g., 
 Hostgroup name "Testing" 
 param1=Hello 
 param2= 

 PXE template that references host_param('param1') and host_param('param2') 

 Create host 
 
  * Hostgroup = Testing 
 
  * Parameters, override the one with empty value to contain some value param2 = SomeValue. 
 
  * Submit 

 Generated PXE template does not contain the value of param2. However, YAML in the web UI shows correct values.

Back