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
1 changed files with 5 additions and 1 deletions

View File

@ -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": ""
}
}
}