mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Fix raw code block errors from pygments
This commit is contained in:
parent
a017c0f78c
commit
1dfe0455c2
1 changed files with 3 additions and 3 deletions
|
@ -109,7 +109,7 @@ have been moved from ``/etc/salt/pki`` to ``/etc/salt/pki/{master,minion}``.
|
|||
|
||||
The old setup will look like this:
|
||||
|
||||
.. code-block:: raw
|
||||
.. code-block:: text
|
||||
|
||||
/etc/salt/pki
|
||||
|-- master.pem
|
||||
|
@ -126,7 +126,7 @@ The old setup will look like this:
|
|||
With the accepted minion keys in ``/etc/salt/pki/minions``, the new setup
|
||||
places the accepted minion keys in ``/etc/salt/pki/master/minions``.
|
||||
|
||||
.. code-block:: raw
|
||||
.. code-block:: text
|
||||
|
||||
/etc/salt/pki
|
||||
|-- master
|
||||
|
@ -139,4 +139,4 @@ places the accepted minion keys in ``/etc/salt/pki/master/minions``.
|
|||
|-- minion
|
||||
| |-- minion.pem
|
||||
| |-- minion.pub
|
||||
| `-- minion_master.pub
|
||||
| `-- minion_master.pub
|
||||
|
|
Loading…
Add table
Reference in a new issue