Skip to content

Commit

Permalink
Add rsync to the list of packages that needs to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Nov 19, 2024
1 parent d2d17f4 commit 1614ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/configuration/puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1614ff7

Please sign in to comment.