Fix for RHEL6.
This commit is contained in:
parent
54243dc8f5
commit
abed2c47fa
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ class RedHatStrategy(GenericStrategy):
|
|||
|
||||
class RedHatHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Redhat'
|
||||
distribution = 'Red hat enterprise linux server'
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
class CentOSHostname(Hostname):
|
||||
|
|
Loading…
Reference in a new issue