Add note to 2015.2.0 release notes about master opts in pillar

This commit is contained in:
Colton Myers 2015-05-05 16:14:42 -06:00
parent f79aed5fe1
commit b261c95cd6

View file

@ -34,6 +34,17 @@ modules have been substantially updated and added.
code. We recommend you only set this setting for as long as it takes to
resolve these issues in your custom code, then remove the override.
.. note::
Starting in this version of salt, ``pillar_opts`` defaults to False instead
of True. This means that master opts will not be present in minion pillar,
and as a result, ``config.get`` calls will not include master opts.
We recommend pillar is used for configuration options which need to make it
to the minion.
Beacons
=======