mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 14:51:40 +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:
|
Example configuration to enable only the local client interfaces:
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
netapi_enable_clients:
|
netapi_enable_clients:
|
||||||
- local
|
- local
|
||||||
- local_async
|
- local_async
|
||||||
|
@ -90,6 +92,8 @@ Example configuration to enable only the local client interfaces:
|
||||||
|
|
||||||
Example configuration to enable local client functionality and runners:
|
Example configuration to enable local client functionality and runners:
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
netapi_enable_clients:
|
netapi_enable_clients:
|
||||||
- local
|
- local
|
||||||
- local_async
|
- local_async
|
||||||
|
|
Loading…
Add table
Reference in a new issue