Docs formatting fixes

This commit is contained in:
Erik Johnson 2013-08-24 23:19:54 -05:00
parent 2ff67f7a18
commit c4e85c63e9
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
Using cron with Salt
===============================================
The Salt Minion can initiate its own highstate using the `salt-call` command.
The Salt Minion can initiate its own highstate using the ``salt-call`` command.
.. code-block:: bash
@ -17,7 +17,7 @@ Use cron to initiate a highstate
================================
If you would like the Salt Minion to regularly check in with the master you can
use the venerable cron to run the `salt-call` command.
use the venerable cron to run the ``salt-call`` command.
.. code-block:: bash

View File

@ -9,8 +9,8 @@ rules for allowing these incoming connections to the master.
.. note::
**No firewall configuration needs to be done on Salt minions. These changes
refer to the master only.**
No firewall configuration needs to be done on Salt minions. These changes
refer to the master only.
RHEL 6 / CENTOS 6
=================

View File

@ -172,4 +172,4 @@ for the user running the salt-master.
.. note::
GitFS requires library ``gitpython`` > 0.3.0.
GitFS requires the Python module ``GitPython``, version 0.3.0 or newer.