]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/ntp/gentoo.sls
Install and manage ntp
[max/saltfiles.git] / states / ntp / gentoo.sls
1 install ntp:
2   pkg.install:
3     - name: net-misc/ntp
4     - require:
5       - pkg: remove other ntp
6
7 remove other ntp:
8   pkg.removed:
9     - pkgs: ['net-misc/openntpd', 'net-misc/ntpclient']