7d77f4fab2
OpenDev relies on the epel role to configure the epel repository for our image builds. Specifically we need epel to pull in haveged. Update the epel role to recognize rocky and configure it properly. Change-Id: I968d4702ef39590e972b782a09e18a5db40703ad
25 lines
382 B
Plaintext
25 lines
382 B
Plaintext
{
|
|
"distro": {
|
|
"centos7": {
|
|
"wget": "wget",
|
|
"yum-utils": "yum-utils"
|
|
},
|
|
"centos": {
|
|
"wget": "wget",
|
|
"yum-utils": "yum-utils"
|
|
},
|
|
"rhel7": {
|
|
"wget": "wget",
|
|
"yum-utils": "yum-utils"
|
|
},
|
|
"rocky": {
|
|
"wget": "wget",
|
|
"yum-utils": "yum-utils"
|
|
}
|
|
},
|
|
"default": {
|
|
"wget": "",
|
|
"yum-utils": ""
|
|
}
|
|
}
|