From 4c1b4236b329deea91cd53b33b4a1b0291e72b65 Mon Sep 17 00:00:00 2001 From: Sam Cole Date: Wed, 19 Feb 2025 15:53:40 +0000 Subject: [PATCH] Fix incorrect formatting for code block --- doc/topics/netapi/netapi-enable-clients.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/topics/netapi/netapi-enable-clients.rst b/doc/topics/netapi/netapi-enable-clients.rst index 1846cb8ae01..5d2f054fe21 100644 --- a/doc/topics/netapi/netapi-enable-clients.rst +++ b/doc/topics/netapi/netapi-enable-clients.rst @@ -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