From 466e80d5d99044457711addec419c0cb596b9cdb Mon Sep 17 00:00:00 2001 From: CoolZeroNL <26223744+CoolZeroNL@users.noreply.github.com> Date: Sun, 23 Oct 2022 15:45:47 +0200 Subject: [PATCH] Update dsc.py to support RHEL admmin dist type: RHEL --- DSC/dsc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/DSC/dsc.py b/DSC/dsc.py index dd2c8dda1..61e44304e 100644 --- a/DSC/dsc.py +++ b/DSC/dsc.py @@ -158,6 +158,7 @@ def check_supported_OS(): supported_dists = {'redhat' : ['7', '8'], # CentOS 'centos' : ['7', '8'], # CentOS 'red hat' : ['7', '8'], # Redhat + 'rhel' : ['7', '8'], # Redhat 'debian' : ['8', '9', '10'], # Debian 'ubuntu' : ['14.04', '16.04', '18.04', '20.04'], # Ubuntu 'oracle' : ['7'], # Oracle