From c81200c3d2da43fab3b25022878e332b8ece2d9b Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Tue, 25 May 2021 08:49:18 +0000 Subject: [PATCH] changing repository pathing to suit a specific centos version --- roles/config_repos/templates/monashhpc_others.repo.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/config_repos/templates/monashhpc_others.repo.j2 b/roles/config_repos/templates/monashhpc_others.repo.j2 index a0dd6980..f0834151 100644 --- a/roles/config_repos/templates/monashhpc_others.repo.j2 +++ b/roles/config_repos/templates/monashhpc_others.repo.j2 @@ -9,7 +9,7 @@ gpgcheck=0 [monashhpc_lustreversions] name=MonashHPC lustreversions -baseurl=https://{{ reposervername }}/lustreversions/$releasever/$basearch/ +baseurl=https://{{ reposervername }}/lustreversions/{{ repopath }}/$basearch/ enabled=1 sslverify=false gpgcheck=0 -- GitLab