Project

General

Profile

Bug #12284

Updated by Dominic Cleal over 8 years ago

Adding an override to a smart class parameter of type YAML from host groups with the value: 

 <pre> 
 --- 
 - Apple 
 - Orange 
 - Strawberry 
 - Mango 
 </pre> 

 results in the host edit form showing the parameter as:  

 <pre> 
 --- ! '- Apple 

   - Orange 

   - Strawberry 

   - Mango 

 ' 
 </pre> 

 As a workaround I override it again from host. 
 For mor complexe yaml example you may found "\n"

Back