Andrew Geissler | 7f25db7 | 2025-03-09 19:09:58 -0500 | [diff] [blame] | 1 | option('tests', type: 'feature', description: 'Build tests') |
2 | |||||
3 | option( | ||||
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 | ||||
11 | option( | ||||
12 | 'invsensor-yaml-gen', | ||||
13 | type: 'string', | ||||
14 | value: 'inventory-sensor-example.yaml', | ||||
15 | ) |