Brad Bishop | 870c3fc | 2017-05-22 23:23:13 -0400 | [diff] [blame] | 1 | # Example PDM configuration file. |
Brad Bishop | 0e7df13 | 2017-05-23 17:58:12 -0400 | [diff] [blame^] | 2 | |
| 3 | - name: example path group |
| 4 | description: > |
| 5 | 'A path group is a named collection of DBus object |
| 6 | paths and associated metadata. These collections |
| 7 | serve only to be referenced by other configuration |
| 8 | directives. |
| 9 | |
| 10 | The metadata element has different uses depending |
| 11 | on the referencing directive. |
| 12 | |
| 13 | Within a single configuration file path group names |
| 14 | must be unique. The same name can appear in multiple |
| 15 | configuration files; however, the referencing directive |
| 16 | will only search for the group in the same configuration |
| 17 | file.' |
| 18 | class: group |
| 19 | group: path |
| 20 | members: |
| 21 | - meta: path |
| 22 | path: /xyz/openbmc_project/testing/inst1 |
| 23 | - meta: path |
| 24 | path: /xyz/openbmc_project/testing/inst2 |
| 25 | - meta: path |
| 26 | path: /xyz/openbmc_project/testing/inst3 |
| 27 | - meta: path |
| 28 | path: /xyz/openbmc_project/testing/inst4 |