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:
Paul Belanger 2018-04-18 20:15:07 -04:00
parent 12a760f7b7
commit 99eb9a2d7d
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -4,6 +4,10 @@
"wget": "wget", "wget": "wget",
"yum-utils": "yum-utils" "yum-utils": "yum-utils"
}, },
"centos": {
"wget": "wget",
"yum-utils": "yum-utils"
},
"rhel7": { "rhel7": {
"wget": "wget", "wget": "wget",
"yum-utils": "yum-utils" "yum-utils": "yum-utils"