Class Chef::Provider::Group::Groupmod
In: lib/chef/provider/group/groupmod.rb
Parent: Chef::Provider::Group

Methods

Included Modules

Chef::Mixin::ShellOut

Public Instance methods

Adds a list of usernames to the group using `user mod`

Create the group

Manage the group when it already exists

Remove the group

Little bit of magic as per Adam‘s useradd provider to pull and assign the command line flags

Returns

<string>:A string containing the option and then the quoted value

[Validate]