Skip to content

Commit

Permalink
(SIMP-MAINT) Fix URL to EPEL keys in tests (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
lnemsick-simp authored and op-ct committed Aug 1, 2019
1 parent 10ec3dd commit 192f47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/oel-el7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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 192f47f

Please sign in to comment.