Skip to content

grlx.ingredients.group

The group ingredient handles group operations on sprouts.

group.absent

Removes a group

Parameters

parametertyperequireddescription
namestringnoThe name of the group to remove
group.absent:
  - name: sproutgroup

group.exists

Validates if a group exists

Parameters

parametertyperequireddescription
namestringyesThe group name to check
group.exists:
  - name: sproutgroup

group.present

Creates a group if it does not exist

Parameters

parametertyperequireddescription
namestringyesThe name of the group to create
gidstringnoThe GID of the group to create
group.present:
  - name: sproutgroup
  - gid: "1107"