diskimage-builder/diskimage_builder/elements/epel/pkg-map
Paul Belanger 99eb9a2d7d
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>
2018-04-18 20:15:07 -04:00

21 lines
305 B
Plaintext

{
"distro": {
"centos7": {
"wget": "wget",
"yum-utils": "yum-utils"
},
"centos": {
"wget": "wget",
"yum-utils": "yum-utils"
},
"rhel7": {
"wget": "wget",
"yum-utils": "yum-utils"
}
},
"default": {
"wget": "",
"yum-utils": ""
}
}