how to configure custom time servers

This commit is contained in:
2023-12-12 16:58:19 +01:00
parent ded5f2e1a6
commit dd8c1c6905
3 changed files with 13 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@ Here starts a so far small collections of configuration guides for sysadmins of
- [RDP Remote Access with XRDP](configuration/xrdp)
- [Puppent Agent run frequency](configuration/puppet_agent)
- [Custom sudo Rules](configuration/sudo)
- [Custom Time Servers](configuration/timeserver)
## Desktop
- [Keyboard Layout](configuration/keyboard_layout)
+9
View File
@@ -0,0 +1,9 @@
# Custom NTP Servers
You can add other nameservers to your list by extending in the Hiera key `ntp_client::servers` the list of your network zone (most probably `default`):
```
ntp_client::servers:
'default':
- '172.16.1.15'
```