From 72b93ddf226cefbc01810bf8b8aea1fee6ca45bc Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 29 Dec 2024 14:48:11 +0000 Subject: [PATCH] unneeded --- common/centos9/post.cfg | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 common/centos9/post.cfg diff --git a/common/centos9/post.cfg b/common/centos9/post.cfg deleted file mode 100644 index 69c3328..0000000 --- a/common/centos9/post.cfg +++ /dev/null @@ -1,23 +0,0 @@ -### REPOSITORIES -# kickstart repo command with --install doesn't pull down GPG Keys -# installing the official rpm for each project will handle that -echo "Configuring additional system repositories" - -echo "EPEL" -rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm - -#echo "Puppet Labs" -#rpm -Uvh https://yum.puppet.com/puppet5/puppet5-release-el-8.noarch.rpm - - -### UPGRADE -echo "Forcing and upgrade of the system" -dnf -y upgrade - -### PACKAGES -# PUPPET and resolved dependancies -#echo "Installing Puppet" -#dnf -y install puppet-agent - -## this is needed for semanage -dnf -y install policycoreutils-python-utils