index.rst 597 B

123456789101112131415161718192021
  1. .. _salt-pillars:
  2. =======
  3. Pillars
  4. =======
  5. Salt includes a number of built-in external pillars, listed at
  6. :ref:`all-salt.pillars`.
  7. The below links contain documentation for the configuration options
  8. - :ref:`master-side configuration <pillar-configuration-master>`
  9. - :ref:`minion-side configuration <pillar-configuration-minion>`
  10. Note that some of same the configuration options from the master are present in
  11. the minion configuration file, these are used in :ref:`masterless
  12. <tutorial-standalone-minion>` mode.
  13. The source for the built-in Salt pillars can be found here:
  14. :blob:`salt/pillar`