Fix epel element for centos-minimal
We no longer install wget / yum-utils for centos-minimal, this fixes that. Change-Id: I8d89026bd48cf7398cc1cbe41e3b7f00f682dbb8 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
12a760f7b7
commit
99eb9a2d7d
@ -4,6 +4,10 @@
|
||||
"wget": "wget",
|
||||
"yum-utils": "yum-utils"
|
||||
},
|
||||
"centos": {
|
||||
"wget": "wget",
|
||||
"yum-utils": "yum-utils"
|
||||
},
|
||||
"rhel7": {
|
||||
"wget": "wget",
|
||||
"yum-utils": "yum-utils"
|
||||
@ -13,4 +17,4 @@
|
||||
"wget": "",
|
||||
"yum-utils": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user