
Setup::Unix::Group - Setup Unix group (existence)

version 0.10



This module has Rinci metadata.

None are exported by default, but they are exportable.
Add group.
This function is idempotent (repeated invocations with same arguments has the same effect as single invocation). This function supports transactions.
Arguments ('*' denotes required arguments):
Location of passwd files.
Add with specified GID.
If not specified,
will search an unused GID from min_new_gid to max_new_gid.
If specified, will accept non-unique GID (that which has been used by other group).
Group name.
Specify range for new GID.
If a free GID between min_gid and max_gid is not available,
an error is returned.
Passed to Unix::Passwd::File's max_new_gid.
Specify range for new GID.
If a free GID between min_gid and max_gid is not available,
an error is returned.
Passed to Unix::Passwd::File's min_new_gid.
Special arguments:
For more information on transaction, see Rinci::Transaction.
For more information on transaction, see Rinci::Transaction.
For more information on transaction, see Rinci::Transaction.
For more information on transaction, see Rinci::Transaction.
For more information on transaction, see Rinci::Transaction.
Return value:
Returns an enveloped result (an array). First element (status) is an integer containing HTTP status code (200 means OK, 4xx caller error, 5xx function error). Second element (msg) is a string containing error message, or 'OK' if status is 200. Third element (result) is optional, the actual result. Fourth element (meta) is called result metadata and is optional, a hash that contains extra information.
Delete group.
Fixed state: group does not exist.
Fixable state: group exists.
This function is idempotent (repeated invocations with same arguments has the same effect as single invocation). This function supports transactions.
Arguments ('*' denotes required arguments):
Location of passwd files.
Group name.
Special arguments:
For more information on transaction, see Rinci::Transaction.
For more information on transaction, see Rinci::Transaction.
For more information on transaction, see Rinci::Transaction.
For more information on transaction, see Rinci::Transaction.
For more information on transaction, see Rinci::Transaction.
Return value:
Returns an enveloped result (an array). First element (status) is an integer containing HTTP status code (200 means OK, 4xx caller error, 5xx function error). Second element (msg) is a string containing error message, or 'OK' if status is 200. Third element (result) is optional, the actual result. Fourth element (meta) is called result metadata and is optional, a hash that contains extra information.
Setup Unix group (existence).
On do,
will create Unix group if not already exists.
The created GID will be returned in the result ({gid = GID}>).
If should_already_exist is set to true,
won't create but only require that group already exists.
If should_exist is set to false,
will delete existing group instead of creating it.
On undo, will delete Unix group previously created.
On redo, will recreate the Unix group with the same GID.
This function is idempotent (repeated invocations with same arguments has the same effect as single invocation). This function supports transactions.
Arguments ('*' denotes required arguments):
Location of passwd files.
Group name.
Specify range for new GID.
If a free GID between min_gid and max_gid is not available,
an error is returned.
Passed to Unix::Passwd::File's max_new_gid.
Specify range for new GID.
If a free GID between min_gid and max_gid is not available,
an error is returned.
Passed to Unix::Passwd::File's min_new_gid.
Add with specified GID.
If not specified,
will search an unused GID from min_new_gid to max_new_gid.
If specified, will accept non-unique GID (that which has been used by other group).
Whether group should already exist.
Whether group should exist.
Special arguments:
For more information on transaction, see Rinci::Transaction.
For more information on transaction, see Rinci::Transaction.
For more information on transaction, see Rinci::Transaction.
For more information on transaction, see Rinci::Transaction.
For more information on transaction, see Rinci::Transaction.
Return value:
Returns an enveloped result (an array). First element (status) is an integer containing HTTP status code (200 means OK, 4xx caller error, 5xx function error). Second element (msg) is a string containing error message, or 'OK' if status is 200. Third element (result) is optional, the actual result. Fourth element (meta) is called result metadata and is optional, a hash that contains extra information.

Steven Haryanto <stevenharyanto@gmail.com>

This software is copyright (c) 2012 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.