Skip to content

Commit

Permalink
Merge pull request #255 from adamjstewart/fixes/rhel
Browse files Browse the repository at this point in the history
Fix detection of RHEL 6 ComputeNode
  • Loading branch information
nir0s authored Mar 30, 2020
2 parents 84f9ac3 + 4450c9f commit 4d76ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distro.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
'enterpriseenterpriseserver': 'oracle', # Oracle Linux 5
'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
Expand Down

0 comments on commit 4d76ae3

Please # to comment.