From 6f8b686fe57dd43ae204e84bd63e5833ebf8ddfc Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Wed, 4 May 2016 09:52:51 -0500 Subject: [PATCH] Removing equal signs in docs This patch removes some documentation errors where equal signs were used instead of colons. Change-Id: I362ad1244932124cc8eaa27624aae8f19d4888b9 --- doc/source/developer-notes/V-38464.rst | 2 +- doc/source/developer-notes/V-38468.rst | 2 +- doc/source/developer-notes/V-38470.rst | 2 +- doc/source/developer-notes/V-38608.rst | 2 +- doc/source/developer-notes/V-38610.rst | 2 +- doc/source/developer-notes/V-38613.rst | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/developer-notes/V-38464.rst b/doc/source/developer-notes/V-38464.rst index 1800bdad..8bc9bcc5 100644 --- a/doc/source/developer-notes/V-38464.rst +++ b/doc/source/developer-notes/V-38464.rst @@ -8,7 +8,7 @@ variable: .. code-block:: yaml - disk_error_action = SYSLOG + disk_error_action: SYSLOG For details on available settings and what they do, run ``man auditd.conf``. Some options can cause the host to go offline until the issue is fixed. diff --git a/doc/source/developer-notes/V-38468.rst b/doc/source/developer-notes/V-38468.rst index 80e1771a..01348435 100644 --- a/doc/source/developer-notes/V-38468.rst +++ b/doc/source/developer-notes/V-38468.rst @@ -10,7 +10,7 @@ variable: .. code-block:: yaml - disk_full_action = SYSLOG + disk_full_action: SYSLOG For details on available settings and what they do, run ``man auditd.conf``. Some options can cause the host to go offline until the issue is fixed. diff --git a/doc/source/developer-notes/V-38470.rst b/doc/source/developer-notes/V-38470.rst index d74a0dfa..01e7d202 100644 --- a/doc/source/developer-notes/V-38470.rst +++ b/doc/source/developer-notes/V-38470.rst @@ -10,7 +10,7 @@ variable: .. code-block:: yaml - space_left_action = SYSLOG + space_left_action: SYSLOG For details on available settings and what they do, run ``man auditd.conf``. Some options can cause the host to go offline until the issue is fixed. diff --git a/doc/source/developer-notes/V-38608.rst b/doc/source/developer-notes/V-38608.rst index b04c3041..b908dc7d 100644 --- a/doc/source/developer-notes/V-38608.rst +++ b/doc/source/developer-notes/V-38608.rst @@ -6,4 +6,4 @@ To change to 10 minutes, adjust the configuration item to 600 seconds: .. code-block:: yaml - ssh_client_alive_interval = 600 + ssh_client_alive_interval: 600 diff --git a/doc/source/developer-notes/V-38610.rst b/doc/source/developer-notes/V-38610.rst index 0b43faf1..8a0bb726 100644 --- a/doc/source/developer-notes/V-38610.rst +++ b/doc/source/developer-notes/V-38610.rst @@ -5,4 +5,4 @@ to something other than ``0``: .. code-block:: yaml - ssh_client_alive_count_max = 0 + ssh_client_alive_count_max: 0 diff --git a/doc/source/developer-notes/V-38613.rst b/doc/source/developer-notes/V-38613.rst index 1d445bfb..8259ccea 100644 --- a/doc/source/developer-notes/V-38613.rst +++ b/doc/source/developer-notes/V-38613.rst @@ -7,7 +7,7 @@ To disallow root logins via ssh, simply adjust this configuration variable: .. code-block:: yaml - ssh_permit_root_login = 'no' + ssh_permit_root_login: 'no' **NOTE:** The quotes around ``'no'`` or ``'yes'`` are very important. Ansible will treat ``no`` and ``yes`` as booleans by default and that will cause a