mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
hostname: Support "Scientific Linux CERN" (#4855)
CERN maintains its own fork of "Scientific Linux", which identifies as "Scientific Linux CERN SLC". This commit lets Ansible know that this is again another variant of RHEL.
This commit is contained in:
committed by
Matt Clay
parent
49692e98eb
commit
6733d1c72c
@@ -567,6 +567,11 @@ class ScientificLinuxHostname(Hostname):
|
||||
distribution = 'Scientific linux'
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
class ScientificLinuxCERNHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Scientific linux cern slc'
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
class OracleLinuxHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Oracle linux server'
|
||||
|
||||
Reference in New Issue
Block a user