diff options
Diffstat (limited to 'doc/sphinx/arm/agent.rst')
-rw-r--r-- | doc/sphinx/arm/agent.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/arm/agent.rst b/doc/sphinx/arm/agent.rst index 8e559b0bd5..1b827086d6 100644 --- a/doc/sphinx/arm/agent.rst +++ b/doc/sphinx/arm/agent.rst @@ -44,7 +44,7 @@ Configuration The following example demonstrates the basic CA configuration. -:: +.. code-block:: json { "Control-agent": { @@ -78,7 +78,7 @@ The following example demonstrates the basic CA configuration. "d2": { "socket-type": "unix", "socket-name": "/path/to/the/unix/socket-d2" - }, + } }, "hooks-libraries": [ |