hostname: fix for a new version of rhel (#31839)
Fixes #31811
(cherry picked from commit efec43dd1e
)
This commit is contained in:
parent
05535b363f
commit
7a23162ae4
1 changed files with 5 additions and 0 deletions
|
@ -610,6 +610,11 @@ class RedHat5Hostname(Hostname):
|
|||
distribution = 'Redhat'
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
class RHELHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Red hat enterprise linux'
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
class RedHatServerHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Red hat enterprise linux server'
|
||||
|
|
Loading…
Reference in a new issue