Skip to content

Commit

Permalink
update RPM-GPG keys (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons authored Feb 23, 2024
1 parent d610903 commit 9db6e6b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ set -x
echo "cloud-init is removing slurm from the image ..." >> /tmp/cloud-init.txt
date >> /tmp/cloud-init.txt
case `grep "^ID=" /etc/os-release | cut -d= -f2 | xargs` in
centos|rhel|almalinux|rocky|oraclelinux)
almalinux)
rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
yum remove munge* slurm* -y >> /tmp/cloud-init.txt
;;
centos|rhel|rocky|oraclelinux)
yum remove munge* slurm* -y >> /tmp/cloud-init.txt
;;
ubuntu|debian)
Expand Down

0 comments on commit 9db6e6b

Please sign in to comment.