Class Chef::Provider::Group::Groupadd
In: lib/chef/provider/group/groupadd.rb
Parent: Chef::Provider::Group

Methods

Public Instance methods

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 the assign the command line flags

Returns

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

[Validate]