Files
gitea-pages/admin-guide/configuration/basic/ntp_client.md

10 lines
237 B
Markdown

# 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'
```