create basic system configuration subdirectory

This commit is contained in:
2024-10-04 14:37:50 +02:00
parent 59548d2ca8
commit b712528568
8 changed files with 14 additions and 7 deletions
@@ -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'
```