Fix the incorrect Chrony configuration path
Change-Id: Ie40572bd3fb4e88988b023b2b8e2e0ac16a18c1e Closes-Bug: #1734335
This commit is contained in:
parent
2656c15402
commit
ab6496055e
@ -34,11 +34,22 @@ Install and configure components
|
|||||||
|
|
||||||
.. end
|
.. end
|
||||||
|
|
||||||
2. Edit the ``/etc/chrony.conf`` file and comment out or remove all
|
2. Configure the ``chrony.conf`` file and comment out or remove all
|
||||||
but one ``server`` key. Change it to reference the controller node:
|
but one ``server`` key. Change it to reference the controller node:
|
||||||
|
|
||||||
|
For RHEL, CentOS, or SUSE, edit the ``/etc/chrony.conf`` file:
|
||||||
|
|
||||||
.. path /etc/chrony.conf
|
.. path /etc/chrony.conf
|
||||||
.. code-block:: shell
|
.. code-block:: ini
|
||||||
|
|
||||||
|
server controller iburst
|
||||||
|
|
||||||
|
.. end
|
||||||
|
|
||||||
|
For Ubuntu, edit the ``/etc/chrony/chrony.conf`` file:
|
||||||
|
|
||||||
|
.. path /etc/chrony/chrony.conf
|
||||||
|
.. code-block:: ini
|
||||||
|
|
||||||
server controller iburst
|
server controller iburst
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user