Merge "[install] use code-block directive instead of code directive"
This commit is contained in:
commit
9f3b93516a
doc/install-guide/source
@ -302,7 +302,7 @@ Install and configure the database server
|
||||
address of the controller node to enable access by other
|
||||
nodes via the management network:
|
||||
|
||||
.. code:: ini
|
||||
.. code-block:: ini
|
||||
|
||||
[mysqld]
|
||||
...
|
||||
@ -311,7 +311,7 @@ Install and configure the database server
|
||||
- In the ``[mysqld]`` section, set the following keys to enable
|
||||
useful options and the UTF-8 character set:
|
||||
|
||||
.. code:: ini
|
||||
.. code-block:: ini
|
||||
|
||||
[mysqld]
|
||||
...
|
||||
@ -332,7 +332,7 @@ Install and configure the database server
|
||||
address of the controller node to enable access by other
|
||||
nodes via the management network:
|
||||
|
||||
.. code:: ini
|
||||
.. code-block:: ini
|
||||
|
||||
[mysqld]
|
||||
...
|
||||
@ -341,7 +341,7 @@ Install and configure the database server
|
||||
- In the ``[mysqld]`` section, set the following keys to enable
|
||||
useful options and the UTF-8 character set:
|
||||
|
||||
.. code:: ini
|
||||
.. code-block:: ini
|
||||
|
||||
[mysqld]
|
||||
...
|
||||
|
@ -47,7 +47,7 @@ as those provided by your organization.
|
||||
#. Edit the ``/etc/chrony/chrony.conf`` file and add, change, or remove the
|
||||
following keys as necessary for your environment:
|
||||
|
||||
.. code:: ini
|
||||
.. code-block:: ini
|
||||
|
||||
server NTP_SERVER iburst
|
||||
|
||||
@ -66,7 +66,7 @@ as those provided by your organization.
|
||||
#. Edit the ``/etc/chrony.conf`` file and add, change, or remove the
|
||||
following keys as necessary for your environment:
|
||||
|
||||
.. code:: ini
|
||||
.. code-block:: ini
|
||||
|
||||
server NTP_SERVER iburst
|
||||
|
||||
@ -77,7 +77,7 @@ as those provided by your organization.
|
||||
#. To enable other nodes to connect to the chrony daemon on the controller,
|
||||
add the following key to the ``/etc/chrony.conf`` file:
|
||||
|
||||
.. code:: ini
|
||||
.. code-block:: ini
|
||||
|
||||
allow 10.0.0.0/24
|
||||
|
||||
|
@ -46,7 +46,7 @@ node.
|
||||
1. Edit the ``/etc/chrony/chrony.conf`` file and comment out or remove all
|
||||
but one ``server`` key. Change it to reference the controller node:
|
||||
|
||||
.. code:: ini
|
||||
.. code-block:: ini
|
||||
|
||||
server controller iburst
|
||||
|
||||
@ -61,7 +61,7 @@ node.
|
||||
1. Edit the ``/etc/chrony.conf`` file and comment out or remove all but one
|
||||
``server`` key. Change it to reference the controller node:
|
||||
|
||||
.. code:: ini
|
||||
.. code-block:: ini
|
||||
|
||||
server controller iburst
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user