Browse Source

Shifting package install before upgrade

master
dave 4 months ago
parent
commit
8fa1fc6420
  1. 10
      common/centos9/post.sh

10
common/centos9/post.sh

@ -3,15 +3,15 @@
# installing the official rpm for each project will handle that
echo "CentOS9 post.sh..."
echo "Configuring additional system repositories"
echo "EPEL"
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
#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
@ -22,4 +22,4 @@ dnf -y upgrade
#dnf -y install puppet-agent
## this is needed for semanage
dnf -y install policycoreutils-python-utils wget ansible
#dnf -y install policycoreutils-python-utils wget ansible

Loading…
Cancel
Save