Skip to content
Snippets Groups Projects
Commit 318a305a authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

fix: Remove irrelevant cmds as we move to Alma

parent a9a398be
No related branches found
No related tags found
2 merge requests!124Feat pkr tmpl proxy almalinux,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
...@@ -38,8 +38,6 @@ build { ...@@ -38,8 +38,6 @@ build {
provisioner "shell" { provisioner "shell" {
inline = [ inline = [
"sudo sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*",
"sudo sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*",
"sudo yum install -y epel-release", "sudo yum install -y epel-release",
"sudo yum install -y libselinux-python3 python3 tmux vim git bash-completion curl wget unzip", "sudo yum install -y libselinux-python3 python3 tmux vim git bash-completion curl wget unzip",
"sudo python3 -m pip install --upgrade pip", "sudo python3 -m pip install --upgrade pip",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment