added chrony salt state

This commit is contained in:
Jonas Forsberg
2021-09-22 09:49:42 +02:00
parent 4020121517
commit cb7abf7c82
8 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
local stratum 10
allow {{ pillar['network']['address'] }}/{{ pillar['network']['netmask'] }}

View File

@@ -0,0 +1,3 @@
{% for pool in pillar['chrony']['pool'] -%}
server {{ pool }} iburst
{% endfor %}