forked from Controls/gitea-pages
create basic system configuration subdirectory
This commit is contained in:
@@ -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'
|
||||
```
|
||||
Reference in New Issue
Block a user