Updated the RHEL setup to automate partition resizing and Puppet install
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user