| alias | Configuration of email aliases. |
| cmd | Execution of arbitrary commands. |
| cron | Management of cron, the Unix command scheduler. |
| file | Operations on files, directories and symlinks. |
| gem | Installation of Ruby modules packaged as gems. |
| git | Interaction with Git repositories. |
| group | Management of user groups. |
| hg | Interaction with Mercurial repositories. |
| host | Management of addresses and names in hosts file. |
| kmod | Loading and unloading of kernel modules. |
| module | Execution of Salt modules from within states. |
| mongodb_database | Management of Mongodb databases |
| mongodb_user | Management of Mongodb users |
| mount | Mounting of filesystems. |
| mysql_database | Management of MySQL databases (schemas). |
| mysql_grants | Management of MySQL grants (user permissions). |
| mysql_user | Management of MySQL users. |
| network | Configuration of network interfaces. |
| pecl | Installation of PHP pecl extensions. |
| pip | Installation of Python packages using pip. |
| pkgng | Manage package remote repo using FreeBSD pkgng. |
| pkg | Installation of packages using OS package managers such as yum or apt-get. |
| postgres_database | Management of PostgreSQL databases (schemas). |
| postgres_user | Management of PostgreSQL users (roles). |
| rabbitmq_user | Manage RabbitMQ Users. |
| rabbitmq_vhost | Manage RabbitMQ Virtual Hosts. |
| rvm | Managing Ruby installations and gemsets with Ruby Version Manager (RVM). |
| selinux | Management of SELinux rules. |
| service | Starting or restarting of services and daemons. |
| ssh_auth | Control of entries in SSH authorized_key files. |
| ssh_known_hosts | Control of SSH known_hosts entries. |
| stateconf | Stateconf System |
| supervisord | Interaction with the Supervisor daemon. |
| svn | Manage SVN repositories |
| sysctl | Configuration of the Linux kernel using sysctrl. |
| user | Management of user accounts. |
| virtualenv | Setup of Python virtualenv sandboxes. |