mirror of
https://github.com/saltstack/salt.git
synced 2025-04-07 04:51:38 +00:00
Fix incorrect formatting for code block
This commit is contained in:
parent
9a3d947760
commit
4c1b4236b3
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,8 @@ in use, those should be listed in the Salt master config, under the
|
|||
|
||||
Example configuration to enable only the local client interfaces:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
netapi_enable_clients:
|
||||
- local
|
||||
- local_async
|
||||
|
@ -90,6 +92,8 @@ Example configuration to enable only the local client interfaces:
|
|||
|
||||
Example configuration to enable local client functionality and runners:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
netapi_enable_clients:
|
||||
- local
|
||||
- local_async
|
||||
|
|
Loading…
Add table
Reference in a new issue