Configurations
Configurations module
Configuration to use policies.
Follows the schema:
<PolicyNameInCS> : {
'description' : <some human readable description>,
'module' : <policy module name>,
'command' : ( <command module name >, < command class name > ),
'args' : { arguments for the command } or None
}