Skip to content
Snippets Groups Projects
Unverified Commit 513f9235 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

Fix detection of redhat enterprise compute node (#15253)

* Fix detection of redhat enterprise compute node

* Add comma

* Remove space
parent f2fa4c1e
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment