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:
parent
49692e98eb
commit
6733d1c72c
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue