From 37330f5569b801563462add65e3758e85b072df0 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 29 Dec 2024 16:13:16 +0000 Subject: [PATCH] Checking to see if epel-release is needed... --- common/centos9/post.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/centos9/post.sh b/common/centos9/post.sh index 1d9c514..e8b177d 100644 --- a/common/centos9/post.sh +++ b/common/centos9/post.sh @@ -7,7 +7,8 @@ echo "Configuring additional system repositories: adding EPEL Repo" rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm echo "Adding additional packages" -dnf -y install epel-release policycoreutils-python-utils +#dnf -y install epel-release policycoreutils-python-utils +dnf -y install policycoreutils-python-utils #echo "Puppet Labs" #rpm -Uvh https://yum.puppet.com/puppet5/puppet5-release-el-8.noarch.rpm