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