system-config/playbooks/roles/base-server/vars/RedHat.yaml
Ian Wienand 482e1110f0 Use systemd-timesyncd on Bionic
There are long-standing issues with ntp start ordering w.r.t unbound
and being able to resolve DNS names.  Things have moved on to
systemd-timesyncd anyway.  Move the ntp start from the generic
locations to only apply to older distros, and use system-timesyncd on
Bionic.  Update testing.

Change-Id: I664539f93242e2c68d0cb1cf95c260f3bc03550d
2019-06-14 13:06:24 +10:00

16 lines
349 B
YAML

distro_packages:
- bind-utils
- emacs-nox
- iputils
# Utils in ntp-perl are included in Debian's ntp package; we
# add it here for consistency. See also
# https://tickets.puppetlabs.com/browse/MODULES-3660
- ntp
- ntp-perl
- ntpdate
- vim-minimal
- yum-cron
sftp_path: /usr/libexec/openssh/sftp-server
ssh_service_name: sshd