Browse Source

Merge pull request #4 from aboe76/fix_archlinux

Merging as this fixes distros in Arch family.
fixconfig
N 7 years ago
parent
commit
e0fc1fef22
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      chrony/map.jinja

+ 6
- 1
chrony/map.jinja View File

@@ -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',

Loading…
Cancel
Save