mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed grammer
This commit is contained in:
parent
d965d00a09
commit
7bdddaca53
1 changed files with 3 additions and 3 deletions
|
@ -216,9 +216,9 @@ The resulting pillar will be as follows:
|
|||
|
||||
.. note::
|
||||
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.
|
||||
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