From 87fbec4555617585593bb273e56e6723e3affa90 Mon Sep 17 00:00:00 2001 From: mgariepy Date: Wed, 17 May 2017 15:03:20 -0400 Subject: [PATCH] Add cronie to the pkg list Add cronie to have crond running in the containers. Signed-off-by: Marc Gariepy --- templates/lxc-centos.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-centos.in b/templates/lxc-centos.in index e09e9c443..be91681ad 100644 --- a/templates/lxc-centos.in +++ b/templates/lxc-centos.in @@ -411,7 +411,7 @@ download_centos() else YUM="$YUM0" fi - PKG_LIST="yum initscripts passwd rsyslog vim-minimal openssh-server openssh-clients dhclient chkconfig rootfiles policycoreutils" + PKG_LIST="yum initscripts passwd rsyslog vim-minimal openssh-server openssh-clients dhclient chkconfig rootfiles policycoreutils cronie" # use temporary repository definition REPO_FILE=$INSTALL_ROOT/etc/yum.repos.d/lxc-centos-temp.repo -- 2.47.2