This patch adds autoedges between users and groups, and extends users with additional fields for supplementary groups and a named primary group. Also, some small fixes to log and error messages.
20 lines
326 B
YAML
20 lines
326 B
YAML
---
|
|
graph: mygraph
|
|
resources:
|
|
user:
|
|
- name: edgeuser
|
|
state: absent
|
|
gid: 10000
|
|
- name: edgeuser2
|
|
state: exists
|
|
group: edgegroup
|
|
groups: [edgegroup2, edgegroup3]
|
|
group:
|
|
- name: edgegroup
|
|
state: exists
|
|
gid: 10000
|
|
- name: edgegroup2
|
|
state: exists
|
|
- name: edgegroup3
|
|
state: exists
|