From 0a850ce349bf2d36c4d13e803ed6dcdefea2d1fc Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Feb 27 2019 20:19:36 +0000 Subject: Merge branch 'ntp' into 'production' ntp: do not use bindaddress See merge request infra/salt!224 --- diff --git a/pillar/role/ntp.sls b/pillar/role/ntp.sls index 8653b9a..4182ec6 100644 --- a/pillar/role/ntp.sls +++ b/pillar/role/ntp.sls @@ -10,10 +10,3 @@ chrony: - ntp2.opensuse.org otherparams: - makestep -1 1 - {% for ip in ipv4 %} - # filter only the priv IPs and exclude the VRRPs - {% if ip.startswith('192.168') and not ip.endswith('.4') %} - - bindaddress {{ ip }} - {% endif %} - {% endfor %} - - bindaddress 127.0.0.1