From 45cf050ac8d2d82ecf883dea520b29ea1e0859c5 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 26 Sep 2017 13:41:18 -0400 Subject: [PATCH] cobbler: Install ntp package on RHEL/CentOS during kickstart Apparently doesn't come stock with CentOS 7.4 which was causing the Cobbler ansible-playbook post-install run to fail. Signed-off-by: David Galloway --- roles/cobbler/templates/snippets/cephlab_packages_rhel | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/cobbler/templates/snippets/cephlab_packages_rhel b/roles/cobbler/templates/snippets/cephlab_packages_rhel index cb039ef0..05f7b7c3 100644 --- a/roles/cobbler/templates/snippets/cephlab_packages_rhel +++ b/roles/cobbler/templates/snippets/cephlab_packages_rhel @@ -16,5 +16,6 @@ libselinux-python libsemanage-python policycoreutils-python selinux-policy-targeted +ntp ## For disk partitioning gdisk -- 2.47.3