From 1614ff750b589abe6fba634b189253526b00cf76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Tue, 19 Nov 2024 12:54:26 -0500 Subject: [PATCH] Add rsync to the list of packages that needs to be installed --- common/configuration/puppet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/configuration/puppet.yaml b/common/configuration/puppet.yaml index 1f300e8c..d34a70e5 100644 --- a/common/configuration/puppet.yaml +++ b/common/configuration/puppet.yaml @@ -40,7 +40,7 @@ runcmd: # Install required packages in runcmd instead of packages to speedup configuration # of the admin user. This reduces the risk of Terraform timing out when trying to # upload the terraform_data.yaml - dnf -y install git pciutils unzip + dnf -y install git pciutils unzip rsync dnf -y remove cockpit\* firewalld --exclude=iptables %{ if ! skip_upgrade ~} # Upgrade all packages except Puppet if already installed