Merge pull request #5658 from rishid/devel
Add support for Scientific Linux for hostname module
This commit is contained in:
commit
2a46022bc7
1 changed files with 5 additions and 0 deletions
|
@ -256,6 +256,11 @@ class AmazonLinuxHostname(Hostname):
|
||||||
distribution = 'Amazon'
|
distribution = 'Amazon'
|
||||||
strategy_class = RedHatStrategy
|
strategy_class = RedHatStrategy
|
||||||
|
|
||||||
|
class ScientificLinuxHostname(Hostname):
|
||||||
|
platform = 'Linux'
|
||||||
|
distribution = 'Scientific'
|
||||||
|
strategy_class = RedHatStrategy
|
||||||
|
|
||||||
# ===========================================
|
# ===========================================
|
||||||
|
|
||||||
class FedoraStrategy(GenericStrategy):
|
class FedoraStrategy(GenericStrategy):
|
||||||
|
|
Loading…
Reference in a new issue