grlx.ingredients.group
The group ingredient handles group operations on sprouts.
group.absent
Section titled “group.absent”Removes a group
Parameters
Section titled “Parameters”| parameter | type | required | description |
|---|---|---|---|
| name | string | no | The name of the group to remove |
group.absent: - name: sproutgroupgroup.exists
Section titled “group.exists”Validates if a group exists
Parameters
Section titled “Parameters”| parameter | type | required | description |
|---|---|---|---|
| name | string | yes | The group name to check |
group.exists: - name: sproutgroupgroup.present
Section titled “group.present”Creates a group if it does not exist
Parameters
Section titled “Parameters”| parameter | type | required | description |
|---|---|---|---|
| name | string | yes | The name of the group to create |
| gid | string | no | The GID of the group to create |
group.present: - name: sproutgroup - gid: "1107"