Fix documentation for pillar_merge_lists which default is False, not True. From PR #30062

This commit is contained in:
Sean Jenkins 2016-01-25 08:57:39 -07:00
parent 3a55d11916
commit 9924acdc43

View file

@ -2327,7 +2327,7 @@ strategy between different sources. It accepts 4 values:
.. versionadded:: 2015.8.0
Default: ``True``
Default: ``False``
Recursively merge lists by aggregating them instead of replacing them.