Fixing styles of code-blocks

This commit is contained in:
Joseph Hall 2014-06-25 11:20:05 -06:00
parent e73273dc14
commit 0eb4fe13e1
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ def auth(pem, **kwargs):
Configure the CA cert in the master config file:
.. code-block:: bash
.. code-block:: yaml
external_auth:
pki:

View File

@ -14,7 +14,7 @@ Support for RFC 2136 dynamic DNS updates.
The keyring file needs to be in json format and the key name needs to end
with an extra period in the file, similar to this:
.. code-block:: bash
.. code-block:: json
{"keyname.": "keycontent"}
'''