system-config/playbooks/roles/base-server/vars/RedHat.yaml
David Shrewsbury 360e0107a7 Add NTP service to base-server
Removes puppet-side ntp setup.

Change-Id: I75a87ca55fd4b75c5715cc3fd2b708e0b0ae2c20
2018-08-27 07:34:25 -07:00

15 lines
363 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-perl
- ntpdate
- vim-minimal
- yum-cron
sftp_path: /usr/libexec/openssh/sftp-server
ssh_service_name: sshd
ntp_service_name: ntpd