1option('tests', type: 'feature', description: 'Build tests') 2 3option( 4 'host-name', 5 type: 'string', 6 value: 'host', 7 description: 'The Host name in the object path.', 8) 9 10# Generate configuration from Yaml 11option( 12 'invsensor-yaml-gen', 13 type: 'string', 14 value: 'inventory-sensor-example.yaml', 15) 16