\#14939 - Fixing .com to .org - It was bothering me

This commit is contained in:
Derek Page 2020-12-14 08:52:17 -05:00 committed by Neil Hanlon
parent 9d0112ecbd
commit c76c58b139
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@ chrony_service_enabled: true
# default internet timeservers to use
chrony_timeservers:
- chrony001.rockylinux.com
- chrony002.rockylinux.com
- chrony001.rockylinux.org
- chrony002.rockylinux.org
# is chrony ntp server - allows client connections
chrony_server: false

View File

@ -2,8 +2,8 @@
# default internet timeservers to use
chrony_timeservers:
- chrony001.rockylinux.com
- chrony002.rockylinux.com
- chrony001.rockylinux.org
- chrony002.rockylinux.org
# is chrony ntp server - allows client connections
chrony_server: true