1 changed files with 4 additions and 10 deletions
@ -1,25 +1,19 @@ |
|||||
### REPOSITORIES |
### REPOSITORIES |
||||
# kickstart repo command with --install doesn't pull down GPG Keys |
# kickstart repo command with --install doesn't pull down GPG Keys |
||||
# installing the official rpm for each project will handle that |
# 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" |
echo "Configuring additional system repositories: adding EPEL Repo" |
||||
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm |
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm |
||||
|
|
||||
echo "Adding additional packages" |
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" |
#echo "Puppet Labs" |
||||
#rpm -Uvh https://yum.puppet.com/puppet5/puppet5-release-el-8.noarch.rpm |
#rpm -Uvh https://yum.puppet.com/puppet5/puppet5-release-el-8.noarch.rpm |
||||
|
|
||||
### UPGRADE |
### UPGRADE |
||||
echo "Forcing and upgrade of the system" |
echo "Forcing an upgrade of the system" |
||||
dnf -y upgrade |
dnf -y upgrade |
||||
|
|
||||
### PACKAGES |
echo "## END: CentOS9 post.sh..." |
||||
# 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 |
|
||||
|
Loading…
Reference in new issue