mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
commit
8fe39d0ef8
1 changed files with 4 additions and 1 deletions
|
@ -215,7 +215,10 @@ The resulting pillar will be as follows:
|
|||
9.9.5
|
||||
|
||||
.. note::
|
||||
Remember: conflicting keys will be overwritten in a non-deterministic manner!
|
||||
Pillar files are applied in the order they are listed in the top file.
|
||||
Therefore conflicting keys will be overwritten in a 'last one wins' manner!
|
||||
For example, in the above scenario conflicting key values in ``services``
|
||||
will overwrite those in ``packages`` because it's at the bottom of the list.
|
||||
|
||||
Including Other Pillars
|
||||
=======================
|
||||
|
|
Loading…
Add table
Reference in a new issue