16 lines
226 B
Plaintext
16 lines
226 B
Plaintext
|
{
|
||
|
"distro": {
|
||
|
"centos7": {
|
||
|
"wget": "wget",
|
||
|
"yum-utils": "yum-utils"
|
||
|
},
|
||
|
"rhel7": {
|
||
|
"wget": "wget",
|
||
|
"yum-utils": "yum-utils"
|
||
|
}
|
||
|
},
|
||
|
"default": {
|
||
|
"wget": "",
|
||
|
"yum-utils": ""
|
||
|
}
|
||
|
}
|