Browse Source

Shifted common packages back into "common"

master
dave 4 months ago
parent
commit
21398eca79
  1. 14
      common/centos9/post.sh

14
common/centos9/post.sh

@ -1,25 +1,19 @@
### REPOSITORIES
# kickstart repo command with --install doesn't pull down GPG Keys
# installing the official rpm for each project will handle that
echo "CentOS9 post.sh..."
echo "## BEGIN: CentOS9 post.sh..."
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 wget git policycoreutils-python-utils ansible
dnf -y install epel-release policycoreutils-python-utils
#echo "Puppet Labs"
#rpm -Uvh https://yum.puppet.com/puppet5/puppet5-release-el-8.noarch.rpm
### UPGRADE
echo "Forcing and upgrade of the system"
echo "Forcing an 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 wget ansible
echo "## END: CentOS9 post.sh..."

Loading…
Cancel
Save