Manage the system groups
This module ensures a particular group is present on, or absent from, the remote machine.
(group command options)command
The state the group should be in. Should be one of :present or :absent.
:presentEnsures the named group is present and has the specified settings
:absentEnsures the named group is absent
options
A hashmap of options. All available option keys and their values are described below
| Option | Description |
|---|---|
:namerequired truetype string | The name of the group |
:gidtype integer | The group id number of the named group |
:passwordtype string | A global password for the group. |