1 changed files with 0 additions and 23 deletions
@ -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…
Reference in new issue