mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
27253522c8
* rename anchor * Move pillar cache config option to different section, add an anchor * Add links to master and minion config items * Add documentation for pillar.item's "delimiter" argument * Improve pillar documentation This improves RST formatting, adding hyperlinks as well as adding information on the difference between in-minion pillar data and pillar data that is compiled on-demand. * Add section on how pillar environments are handled
22 lines
597 B
ReStructuredText
22 lines
597 B
ReStructuredText
|
|
.. _salt-pillars:
|
|
|
|
=======
|
|
Pillars
|
|
=======
|
|
|
|
Salt includes a number of built-in external pillars, listed at
|
|
:ref:`all-salt.pillars`.
|
|
|
|
The below links contain documentation for the configuration options
|
|
|
|
- :ref:`master-side configuration <pillar-configuration-master>`
|
|
- :ref:`minion-side configuration <pillar-configuration-minion>`
|
|
|
|
Note that some of same the configuration options from the master are present in
|
|
the minion configuration file, these are used in :ref:`masterless
|
|
<tutorial-standalone-minion>` mode.
|
|
|
|
The source for the built-in Salt pillars can be found here:
|
|
:blob:`salt/pillar`
|