99eb9a2d7d
We no longer install wget / yum-utils for centos-minimal, this fixes that. Change-Id: I8d89026bd48cf7398cc1cbe41e3b7f00f682dbb8 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
21 lines
305 B
Plaintext
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": ""
|
|
}
|
|
}
|