1 changed files with 25 additions and 0 deletions
@ -0,0 +1,25 @@ |
|||||
|
### 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 "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