Skip to content

Commit

Permalink
feat(ng/map): add configuration for Gentoo
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Feb 15, 2021
1 parent e12398b commit fa2f8bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ntp/ng/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
'service': 'ntpd',
'ntp_conf': '/etc/ntp.conf'
},
'Gentoo': {
'package': ' net-misc/ntp',
'service': 'ntpd',
'ntp_conf': '/etc/ntp.conf'
},
}, merge=salt['pillar.get']('ntp:ng:lookup')),
'settings': salt['pillar.get']('ntp:ng:settings', {
'ntpd': False,
Expand Down

0 comments on commit fa2f8bb

Please sign in to comment.