1option( 2 'fru_yaml', 3 type: 'string', 4 value: 'scripts/example.yaml', 5 description: 'Path to FRU YAML', 6) 7 8option( 9 'properties_yaml', 10 type: 'string', 11 value: 'scripts/extra-properties-example.yaml', 12 description: 'Path to Properties YAML', 13) 14