fabtools.group

Groups

fabtools.group.exists(name)[source]

Check if a group exists.

fabtools.group.create(name, gid=None)[source]

Create a new group.

Example:

import fabtools

if not fabtools.group.exists('admin'):
    fabtools.group.create('admin')
Read the Docs v: 0.16.0
Versions
latest
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.