blob: 0284ed1328f21fc1c7cd7a5d47a9a331676a9a8e [file] [log] [blame]
Andrew Geissler7f25db72025-03-09 19:09:58 -05001option('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)