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
683e5e4d1a
commit
344927a6b1
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