From 231c7d65df7a58b897d26d0dd87ac779e9a15822 Mon Sep 17 00:00:00 2001 From: Watson Sato Date: Fri, 13 Jan 2023 11:39:06 +0100 Subject: [PATCH 1/2] Fix broken link for Fedora NTP docs The link to rawhide doesn't work anymore. --- linux_os/guide/services/ntp/group.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux_os/guide/services/ntp/group.yml b/linux_os/guide/services/ntp/group.yml index 85a25564b4b..80a89f0c1ad 100644 --- a/linux_os/guide/services/ntp/group.yml +++ b/linux_os/guide/services/ntp/group.yml @@ -64,7 +64,7 @@ description: |- {{% elif "alinux" in product %}} {{{ weblink(link="https://www.alibabacloud.com/help/en/elastic-compute-service/latest/alibaba-cloud-ntp-server") }}} {{% else %}} - {{{ weblink(link="https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/servers/Configuring_NTP_Using_the_chrony_Suite/") }}} + {{{ weblink(link="https://docs.fedoraproject.org/en-US/fedora/latest/system-administrators-guide/servers/Configuring_NTP_Using_the_chrony_Suite/") }}} {{% endif %}} for more detailed comparison of features of chronyd and ntpd daemon features respectively, and for further guidance how to From 12e5ec796ca20531ea7908336f13c65140a91b87 Mon Sep 17 00:00:00 2001 From: Watson Sato Date: Fri, 13 Jan 2023 11:48:58 +0100 Subject: [PATCH 2/2] Add link to using Chrony to configure NTP RHEL8 and RHEL9 link were missing. --- linux_os/guide/services/ntp/group.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linux_os/guide/services/ntp/group.yml b/linux_os/guide/services/ntp/group.yml index 80a89f0c1ad..18aa6c416ed 100644 --- a/linux_os/guide/services/ntp/group.yml +++ b/linux_os/guide/services/ntp/group.yml @@ -57,6 +57,10 @@ description: |- {{{ weblink(link="https://docs.oracle.com/en/operating-systems/oracle-linux/9/network/network-ConfiguringNetworkTime.html#ol-nettime") }}} {{% elif product == "rhel7" %}} {{{ weblink(link="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/ch-configuring_ntp_using_the_chrony_suite") }}} + {{% elif product == "rhel8" %}} + {{{ weblink(link="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_basic_system_settings/using-chrony-to-configure-ntp_configuring-basic-system-settings") }}} + {{% elif product == "rhel9" %}} + {{{ weblink(link="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/configuring_basic_system_settings/using-chrony-to-configure-ntp_configuring-basic-system-settings#doc-wrapper") }}} {{% elif "ubuntu" in product %}} {{{ weblink(link="https://help.ubuntu.com/lts/serverguide/NTP.html") }}} {{% elif "debian" in product %}}