mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
parent
7b79e433f1
commit
8cef61e6cc
@ -364,17 +364,17 @@ can be created like this:
|
|||||||
Master Config In Pillar
|
Master Config In Pillar
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
For convenience the data stored in the master configuration file is made
|
For convenience the data stored in the master configuration file can be made
|
||||||
available in all minion's pillars. This makes global configuration of services
|
available in all minion's pillars. This makes global configuration of services
|
||||||
and systems very easy but may not be desired if sensitive data is stored in the
|
and systems very easy but may not be desired if sensitive data is stored in the
|
||||||
master configuration.
|
master configuration. This option is disabled by default.
|
||||||
|
|
||||||
To disable the master config from being added to the pillar set ``pillar_opts``
|
To enable the master config from being added to the pillar set ``pillar_opts``
|
||||||
to ``False``:
|
to ``True``:
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
pillar_opts: False
|
pillar_opts: True
|
||||||
|
|
||||||
|
|
||||||
Master Provided Pillar Error
|
Master Provided Pillar Error
|
||||||
|
Loading…
Reference in New Issue
Block a user