Minor doc fixup (#35436)

* Minor doc fixup

Refs #35387

* Include reload_grains
This commit is contained in:
Mike Place 2016-08-16 00:53:56 +09:00 committed by Nicole Thomas
parent a0b128a85a
commit 09925ba353

View file

@ -463,7 +463,8 @@ Reload
------
``reload_modules`` is a boolean option that forces salt to reload its modules
after a state finishes. See :ref:`Reloading Modules <reloading-modules>`.
after a state finishes. ``reload_pillar`` and ``reload_grains`` can also be set.
See :ref:`Reloading Modules <reloading-modules>`.
Unless
------