Clarified precedence of pillar values
This commit is contained in:
twangboy 2015-12-03 11:15:46 -07:00
parent 5b8e7820ac
commit d965d00a09

View file

@ -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 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
=======================