Fixed rST formatting in smtp_returner

This commit is contained in:
Seth House 2014-06-13 16:03:26 -06:00
parent 679f74198e
commit 65b1745d82

View File

@ -2,7 +2,7 @@
'''
Return salt data via email
The following fields can be set in the minion conf file:
The following fields can be set in the minion conf file::
smtp.from (required)
smtp.to (required)
@ -26,7 +26,7 @@ There are a few things to keep in mind:
gpg public key matching the address the mail is sent to. If left unset, no
encryption will be used.
* smtp.fields lets you include the value(s) of various fields in the subject
line of the email. These are comma-delimited. For instance:
line of the email. These are comma-delimited. For instance::
smtp.fields: id,fun
@ -38,6 +38,8 @@ There are a few things to keep in mind:
To use the SMTP returner, append '--return smtp' to the salt command. ex:
.. code-block:: bash
salt '*' test.ping --return smtp
'''