Merge "Removing equal signs in docs"

This commit is contained in:
Jenkins 2016-05-05 14:10:31 +00:00 committed by Gerrit Code Review
commit 3bfb1e4696
6 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -5,4 +5,4 @@ to something other than ``0``:
.. code-block:: yaml
ssh_client_alive_count_max = 0
ssh_client_alive_count_max: 0

View File

@ -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