Skip to content

Commit

Permalink
Fix path to epel 8 and 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Nov 29, 2022
1 parent 9fedad2 commit 3134b85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend_modules/libvirt/host/user_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ yum_repos:
priority: 98
# repo for nss-mdns
epel:
baseurl: http://download.fedoraproject.org/pub/epel/8/$basearch
baseurl: http://download.fedoraproject.org/pub/epel/8/Everything/$basearch
mirrorlist: https://mirrors.fedoraproject.org/metalink?repo=epel-8&arch=$basearch
enabled: true
gpgcheck: false
Expand Down Expand Up @@ -149,7 +149,7 @@ yum_repos:
priority: 98
# repo for nss-mdns
epel:
baseurl: http://download.fedoraproject.org/pub/epel/9/$basearch
baseurl: http://download.fedoraproject.org/pub/epel/9/Everything/$basearch
mirrorlist: https://mirrors.fedoraproject.org/metalink?repo=epel-9&arch=$basearch
enabled: true
gpgcheck: false
Expand Down Expand Up @@ -624,7 +624,7 @@ yum_repos:
priority: 98
# repo for nss-mdns
epel:
baseurl: http://download.fedoraproject.org/pub/epel/8/$basearch
baseurl: http://download.fedoraproject.org/pub/epel/8/Everything/$basearch
mirrorlist: https://mirrors.fedoraproject.org/metalink?repo=epel-8&arch=$basearch
enabled: true
gpgcheck: false
Expand All @@ -650,7 +650,7 @@ yum_repos:
priority: 98
# repo for nss-mdns
epel:
baseurl: http://download.fedoraproject.org/pub/epel/9/$basearch
baseurl: http://download.fedoraproject.org/pub/epel/9/Everything/$basearch
mirrorlist: https://mirrors.fedoraproject.org/metalink?repo=epel-9&arch=$basearch
enabled: true
gpgcheck: false
Expand Down

0 comments on commit 3134b85

Please sign in to comment.