| cmd_json | Execute a command and read the output as JSON. The JSON data is then directly overlaid onto the minion's Pillar data. |
| cmd_yaml | Execute a command and read the output as YAML. The YAML data is then directly overlaid onto the minion's Pillar data |
| cobbler | A module to pull data from Cobbler via its API into the Pillar dictionary |
| django_orm | Generate Pillar data from Django models through the Django ORM |
| git_pillar | Clone a remote git repository and use the filesystem as a Pillar source |
| hiera | Use hiera data as a Pillar source |
| libvirt | Load up the libvirt keys into Pillar for a given minion if said keys have been generated using the libvirt key runner |
| mongo | Read Pillar data from a mongodb collection |
| pillar_ldap | Use LDAP data as a Pillar source |
| puppet | Execute an unmodified puppet_node_classifier and read the output as YAML. The YAML data is then directly overlaid onto the minion's Pillar data. |
| reclass_adapter | Use the "reclass" database as a Pillar source |
| virtkey | Accept a key from a hypervisor if the virt runner has already submitted an authorization request |
Current Salt release: 2014.1.7
Docs for previous releases on salt.rtfd.org.