Skip to content

Commit

Permalink
(SIMP-6919) Remove unnecessary EPEL repos in node sets (#13)
Browse files Browse the repository at this point in the history
SIMP-6919 #comment pupmod-simp-ima
  • Loading branch information
lnemsick-simp authored and jeannegreulich committed Aug 16, 2019
1 parent 1a33f14 commit 857958d
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions spec/acceptance/nodesets/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,14 @@ HOSTS:
platform: el-7-x86_64
box: centos/7
hypervisor: <%= hypervisor %>
yum_repos:
epel:
mirrorlist: 'https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch'
gpgkeys:
- https://getfedora.org/static/352C64E5.txt

el6:
roles:
- server
platform: el-6-x86_64
box: centos/6
hypervisor: <%= hypervisor %>
yum_repos:
epel:
mirrorlist: 'https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch'
gpgkeys:
- https://getfedora.org/static/0608B895.txt

CONFIG:
log_level: verbose
type: aio
Expand Down

0 comments on commit 857958d

Please sign in to comment.