Extract the pillar data for this minion
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
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