Commit c0966eee by Jonathan Mainguy

Fixes issue #8339 where Scientific Linux incorrectly tries to use FedoraStrategy of hostnamectl

parent b9a5242f
......@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment