guests: RHEL 9 and CentOS stream 9 are out
This commit is contained in:
parent
7e54c83192
commit
3b1e277f72
@ -14,6 +14,8 @@ module VagrantPlugins
|
||||
return :centos_7
|
||||
elsif output =~ /(CentOS)( .+)? 8/i
|
||||
return :centos_8
|
||||
elsif output =~ /(CentOS)( .+)? 9/i
|
||||
return :centos_9
|
||||
else
|
||||
return :centos
|
||||
end
|
||||
|
||||
@ -14,6 +14,8 @@ module VagrantPlugins
|
||||
return :rhel_7
|
||||
elsif output =~ /(Red Hat Enterprise|Scientific|Cloud|Virtuozzo)\s*Linux( .+)? release 8/i
|
||||
return :rhel_8
|
||||
elsif output =~ /(Red Hat Enterprise|Scientific|Cloud|Virtuozzo)\s*Linux( .+)? release 9/i
|
||||
return :rhel_9
|
||||
else
|
||||
return :rhel
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user