Skip to content

Commit 399ff04

Browse files
authored
Merge pull request #154 from stackhpc/fix/repo-file-names
Don't add .repo extension to yum_repository.file
2 parents adfc652 + 78feac4 commit 399ff04

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

defaults/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,26 +56,26 @@ openhpc_extra_repos: []
5656
ohpc_openhpc_repos:
5757
"7":
5858
- name: OpenHPC
59-
file: OpenHPC.repo
59+
file: OpenHPC
6060
description: "OpenHPC-1.3 - Base"
6161
baseurl: "http://build.openhpc.community/OpenHPC:/1.3/CentOS_7"
6262
gpgcheck: true
6363
gpgkey: https://raw.githubusercontent.com/openhpc/ohpc/v1.3.5.GA/components/admin/ohpc-release/SOURCES/RPM-GPG-KEY-OpenHPC-1
6464
- name: OpenHPC-updates
65-
file: OpenHPC.repo
65+
file: OpenHPC
6666
description: "OpenHPC-1.3 - Updates"
6767
baseurl: "http://build.openhpc.community/OpenHPC:/1.3/updates/CentOS_7"
6868
gpgcheck: true
6969
gpgkey: https://raw.githubusercontent.com/openhpc/ohpc/v1.3.5.GA/components/admin/ohpc-release/SOURCES/RPM-GPG-KEY-OpenHPC-1
7070
"8":
7171
- name: OpenHPC
72-
file: OpenHPC.repo
72+
file: OpenHPC
7373
description: OpenHPC-2 - Base
7474
baseurl: "http://repos.openhpc.community/OpenHPC/2/CentOS_8"
7575
gpgcheck: true
7676
gpgkey: https://raw.githubusercontent.com/openhpc/ohpc/v2.6.1.GA/components/admin/ohpc-release/SOURCES/RPM-GPG-KEY-OpenHPC-2
7777
- name: OpenHPC-updates
78-
file: OpenHPC.repo
78+
file: OpenHPC
7979
description: OpenHPC-2 - Updates
8080
baseurl: "http://repos.openhpc.community/OpenHPC/2/updates/CentOS_8"
8181
gpgcheck: true
@@ -84,14 +84,14 @@ ohpc_openhpc_repos:
8484
ohpc_default_extra_repos:
8585
"7":
8686
- name: epel
87-
file: epel.repo
87+
file: epel
8888
description: "Extra Packages for Enterprise Linux 7 - $basearch"
8989
metalink: "https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch&infra=$infra&content=$contentdir"
9090
gpgcheck: true
9191
gpgkey: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7"
9292
"8":
9393
- name: epel
94-
file: epel.repo
94+
file: epel
9595
description: "Extra Packages for Enterprise Linux 8 - $basearch"
9696
metalink: "https://mirrors.fedoraproject.org/metalink?repo=epel-8&arch=$basearch&infra=$infra&content=$contentdir"
9797
gpgcheck: true

0 commit comments

Comments
 (0)