Merging as this fixes distros in Arch family.fixconfig
@@ -58,9 +58,14 @@ | |||
}, | |||
'Arch': { | |||
'package': 'chrony', | |||
'service': 'chrony', | |||
'service': 'chronyd', | |||
'config': '/etc/chrony.conf', | |||
'config_src': 'salt://chrony/files/chrony_config', | |||
'ntpservers': [ | |||
'0.arch.pool.ntp.org', | |||
'1.arch.pool.ntp.org', | |||
'2.arch.pool.ntp.org' | |||
], | |||
'options': 'iburst', | |||
'logdir': '/var/log/chrony', | |||
'keyfile': '/etc/chrony.keys', |