mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add support for Scientific Linux for hostname module
hostname module was lacking support for Scientific Linux, this commit adds it.
This commit is contained in:
@@ -256,6 +256,11 @@ class AmazonLinuxHostname(Hostname):
|
||||
distribution = 'Amazon'
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
class ScientificLinuxHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Scientific'
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
# ===========================================
|
||||
|
||||
class FedoraStrategy(GenericStrategy):
|
||||
|
||||
Reference in New Issue
Block a user