Merge pull request #7646 from holmboe/patch-2

Single vs double backtick
This commit is contained in:
Joseph Hall 2013-10-07 05:00:57 -07:00
commit 99352cee34

View File

@ -254,8 +254,8 @@ available in all minion's pillars. This makes global configuration of services
and systems very easy but may not be desired if sensitive data is stored in the
master configuration.
To disable the master config from being added to the pillar set `pillar_opts`
to `False`:
To disable the master config from being added to the pillar set ``pillar_opts``
to ``False``:
.. code-block:: yaml