Updated documentation

This commit is contained in:
Yoram Hekma 2016-09-20 11:05:17 +02:00
parent 180991777e
commit 6becc0d1e7
3 changed files with 12 additions and 4 deletions

View file

@ -694,9 +694,9 @@
#pillar_safe_render_error: True
# The pillar_source_merging_strategy option allows you to configure merging strategy
# between different sources. It accepts four values: recurse, aggregate, overwrite,
# or smart. Recurse will merge recursively mapping of data. Aggregate instructs
# aggregation of elements between sources that use the #!yamlex renderer. Overwrite
# between different sources. It accepts five values: none, recurse, aggregate, overwrite,
# or smart. None will not do any merging at all. Recurse will merge recursively mapping of data.
# Aggregate instructs aggregation of elements between sources that use the #!yamlex renderer. Overwrite
# will overwrite elements according the order in which they are processed. This is
# behavior of the 2014.1 branch and earlier. Smart guesses the best strategy based
# on the "renderer" setting and is the default value.

View file

@ -7571,9 +7571,14 @@ New in version 2014.7.0.
Default: \fBsmart\fP
.sp
The pillar_source_merging_strategy option allows you to configure merging
strategy between different sources. It accepts 4 values:
strategy between different sources. It accepts 5 values:
.INDENT 0.0
.IP \(bu 2
\fBnone\fP:
.sp
it will not do any merging at all and only parse the pillar data from the passed
environment and 'base' if no environment was specified.
.IP \(bu 2
\fBrecurse\fP:
.sp
it will merge recursively mapping of data. For example, theses 2 sources:

View file

@ -2791,6 +2791,9 @@ Default: ``smart``
The pillar_source_merging_strategy option allows you to configure merging
strategy between different sources. It accepts 4 values:
* ``none``:
it will not do any merging at all and only parse the pillar data from the passed environment and 'base' if no environment was specified.
* ``recurse``:
it will merge recursively mapping of data. For example, theses 2 sources: