Skip to content

Commit 6fbcab2

Browse files
authored
Merge pull request #418 from stackhpc/alma-proxysql-fix
Replace ProxySQL RHEL references with AlmaLinux
2 parents b41f6cb + c232a0f commit 6fbcab2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -825,13 +825,13 @@ rpm_package_repos:
825825
short_name: openhpc_3_updates
826826
sync_group: third_party
827827
distribution_name: openhpc-3-updates-
828-
# ProxySQL for RHEL 9
829-
- name: ProxySQL - RHEL 9
828+
# ProxySQL for AlmaLinux 9
829+
- name: ProxySQL - AlmaLinux 9
830830
url: https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/almalinux/9/
831-
base_path: ProxySQL/proxysql-2.7.x/rhel/9/
832-
short_name: rhel_9_proxysql_2_7
831+
base_path: ProxySQL/proxysql-2.7.x/almalinux/9/
832+
short_name: almalinux_9_proxysql_2_7
833833
sync_group: third_party
834-
distribution_name: rhel-9-proxysql-2.7-
834+
distribution_name: almalinux-9-proxysql-2.7-
835835

836836
# Default filter string for RPM package repositories.
837837
rpm_package_repo_filter: ""

0 commit comments

Comments
 (0)