Update doc to reflect the version where 'none' was added as a pillar_source_merging_strategy

This commit is contained in:
Yoram Hekma 2016-09-28 07:23:53 +02:00 committed by rallytime
parent 48d2b01e6c
commit 3bb2cb6379

View file

@ -2648,6 +2648,7 @@ The pillar_source_merging_strategy option allows you to configure merging
strategy between different sources. It accepts 5 values:
* ``none``:
.. versionadded:: 2016.3.4
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``: