Browse Source

Checking to see if epel-release is needed...

master
dave 4 months ago
parent
commit
37330f5569
  1. 3
      common/centos9/post.sh

3
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

Loading…
Cancel
Save