mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-23 07:31:09 +02:00
enos(rhel): remove references to 9.4 (#30407)
Signed-off-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
parent
7b710fbe93
commit
debca85240
@ -27,7 +27,7 @@ locals {
|
||||
}
|
||||
"rhel" = {
|
||||
"8.10" = "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
|
||||
"9.4" = "https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm"
|
||||
"9.5" = "https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -44,7 +44,7 @@ locals {
|
||||
}
|
||||
rhel = {
|
||||
"8.10" = ["softhsm", "opensc"]
|
||||
"9.4" = ["softhsm", "opensc"]
|
||||
"9.5" = ["softhsm", "opensc"]
|
||||
}
|
||||
ubuntu = {
|
||||
"20.04" = ["softhsm", "opensc"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user