mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix OS identification for CloudLinux (#36408)
This commit is contained in:
parent
bb4d69f58a
commit
ac5c812e4b
1 changed files with 1 additions and 0 deletions
|
@ -925,6 +925,7 @@ _OS_NAME_MAP = {
|
|||
'enterprise': 'OEL',
|
||||
'oracleserv': 'OEL',
|
||||
'cloudserve': 'CloudLinux',
|
||||
'cloudlinux': 'CloudLinux',
|
||||
'pidora': 'Fedora',
|
||||
'scientific': 'ScientificLinux',
|
||||
'synology': 'Synology',
|
||||
|
|
Loading…
Add table
Reference in a new issue