]> ruderich.org/simon Gitweb - safcm/safcm.git/blob - cmd/safcm/testdata/project/groups.yaml
safcm: forbid syncing groups which depend on "detected" groups
[safcm/safcm.git] / cmd / safcm / testdata / project / groups.yaml
1 group:
2   - detected_linux
3   - detected_freebsd
4   - host1.example.org
5 group:remove:
6   - host2
7   - detected_mips
8
9 group2:
10   - all
11 group2:remove:
12   - remove
13
14 group3:
15   - host1.example.org
16 group3:remove:
17   - host2
18
19 all_except_some:
20   - all
21 all_except_some:remove:
22   - host1.example.org
23   - group2
24
25 remove:
26   - host1.example.org
27   - host2
28   - host3.example.net
29 remove:remove:
30   - host2