Browse Source

fix archlinux map.jinja

tags/v0.2.0
Niels Abspoel 7 years ago
parent
commit
7424476057
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      chrony/map.jinja

+ 6
- 1
chrony/map.jinja View File

}, },
'Arch': { 'Arch': {
'package': 'chrony', 'package': 'chrony',
'service': 'chrony',
'service': 'chronyd',
'config': '/etc/chrony.conf', 'config': '/etc/chrony.conf',
'config_src': 'salt://chrony/files/chrony_config', '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', 'options': 'iburst',
'logdir': '/var/log/chrony', 'logdir': '/var/log/chrony',
'keyfile': '/etc/chrony.keys', 'keyfile': '/etc/chrony.keys',

Loading…
Cancel
Save