Browse Source

unneeded

master
dave 4 months ago
parent
commit
72b93ddf22
  1. 23
      common/centos9/post.cfg

23
common/centos9/post.cfg

@ -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
Loading…
Cancel
Save