Updated the RHEL setup to automate partition resizing and Puppet install

This commit is contained in:
Gregory Ballantine
2026-06-17 12:38:02 -04:00
parent cc5e690fef
commit b210f910b8
3 changed files with 18 additions and 7 deletions

View File

@@ -49,10 +49,10 @@ sudo
%post
# Update the system
dnf -y update
# Istall the EPEL repository
# Install the EPEL repository
dnf -y install epel-release
dnf -y install wget vim yum-plugin-versionlock qemu-guest-agent
dnf -y install wget vim yum-plugin-versionlock qemu-guest-agent cloud-utils-growpart
echo 'xadmin ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/xadmin

View File

@@ -49,10 +49,10 @@ sudo
%post
# Update the system
dnf -y update
# Istall the EPEL repository
# Install the EPEL repository
dnf -y install epel-release
dnf -y install wget vim yum-plugin-versionlock qemu-guest-agent
dnf -y install wget vim yum-plugin-versionlock qemu-guest-agent cloud-utils-growpart
echo 'xadmin ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/xadmin