Skip to content

Commit

Permalink
(SIMP-MAINT) Fix URL to EPEL keys in tests (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
lnemsick-simp authored Aug 1, 2019
1 parent cc7c30e commit 22c082b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions spec/acceptance/nodesets/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ HOSTS:
epel:
mirrorlist: 'https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch'
gpgkeys:
- https://getfedora.org/static/0608B895.txt
- https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-$releasever

el7:
roles:
- client
Expand All @@ -29,7 +30,7 @@ HOSTS:
epel:
mirrorlist: 'https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch'
gpgkeys:
- https://getfedora.org/static/352C64E5.txt
- https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-$releasever
oel6:
roles:
- client
Expand All @@ -40,7 +41,7 @@ HOSTS:
epel:
mirrorlist: 'https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch'
gpgkeys:
- https://getfedora.org/static/0608B895.txt
- https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-$releasever
oel7:
roles:
- client
Expand All @@ -51,7 +52,7 @@ HOSTS:
epel:
mirrorlist: 'https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch'
gpgkeys:
- https://getfedora.org/static/352C64E5.txt
- https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-$releasever
CONFIG:
log_level: verbose
type: aio
Expand Down

0 comments on commit 22c082b

Please sign in to comment.