Fix detection of redhat enterprise compute node (#15253)
* Fix detection of redhat enterprise compute node * Add comma * Remove space
This commit is contained in:
parent
f2fa4c1e4b
commit
513f9235c3
1
lib/spack/external/distro.py
vendored
1
lib/spack/external/distro.py
vendored
@ -64,6 +64,7 @@
|
|||||||
'enterpriseenterprise': 'oracle', # Oracle Enterprise Linux
|
'enterpriseenterprise': 'oracle', # Oracle Enterprise Linux
|
||||||
'redhatenterpriseworkstation': 'rhel', # RHEL 6, 7 Workstation
|
'redhatenterpriseworkstation': 'rhel', # RHEL 6, 7 Workstation
|
||||||
'redhatenterpriseserver': 'rhel', # RHEL 6, 7 Server
|
'redhatenterpriseserver': 'rhel', # RHEL 6, 7 Server
|
||||||
|
'redhatenterprisecomputenode': 'rhel', # RHEL 6 ComputeNode
|
||||||
}
|
}
|
||||||
|
|
||||||
#: Translation table for normalizing the distro ID derived from the file name
|
#: Translation table for normalizing the distro ID derived from the file name
|
||||||
|
Loading…
Reference in New Issue
Block a user