9 lines
340 B
Plaintext
9 lines
340 B
Plaintext
|
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
||
|
{%- from "time/map.jinja" import time with context %}
|
||
|
disable monitor
|
||
|
restrict -4 default kod nomodify notrap nopeer noquery
|
||
|
restrict -6 default kod nomodify notrap nopeer noquery
|
||
|
restrict 127.0.0.1
|
||
|
restrict ::1
|
||
|
server {{ time.server }} iburst
|
||
|
driftfile /var/lib/ntp/drift
|