cmd_json | Execute a command and read the output as JSON. |
cmd_yaml | Execute a command and read the output as YAML. |
cobbler | A module to pull data from Cobbler via its API into the Pillar dictionary Configuring the Cobbler ext_pillar ================================== The same cobbler.* parameters are used for both the Cobbler tops and Cobbler pillar modules. |
django_orm | Generate Pillar data from Django models through the Django ORM :maintainer: Micah Hausler <micah.hausler@gmail.com> :maturity: new Configuring the django_orm ext_pillar ===================================== To use this module, your Django project must be on the salt master server with database access. |
git_pillar | Clone a remote git repository and use the filesystem as a Pillar source This external Pillar source can be configured in the master config file like so: .. |
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 This module will load a node-specific pillar dictionary from a mongo collection. |
pillar_ldap | Use LDAP data as a Pillar source This pillar module parses a config file (specified in the salt master config), and executes a series of LDAP searches based on that config. |
puppet | Execute an unmodified puppet_node_classifier and read the output as YAML. |
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.0
Docs for previous releases on salt.rtfd.org.