salt.modules.pillar

Extract the pillar data for this minion

salt.modules.pillar.data()

Returns the pillar derived from the configured pillar source. The pillar source is derived from the file_client option in the minion config

CLI Example:

salt '*' pillar.data
salt.modules.pillar.raw()

Return the raw pillar data that is available in the module. This will show the pillar as it is loaded as the __pillar__ dict.

CLI Example:

salt '*' pillar.raw

Parent topic

Previous topic

salt.modules.pecl

Next topic

salt.modules.pip