Merge pull request #8409 from Jmainguy/hostname_8339
Fixes issue #8339 where Scientific Linux incorrectly tries to use Fedora...
This commit is contained in:
commit
43fb9e31ec
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ class ScientificHostname(Hostname):
|
|||
class ScientificLinuxHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Scientific linux'
|
||||
strategy_class = FedoraStrategy
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
class AmazonLinuxHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
|
|
Loading…
Reference in a new issue