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