mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Setting up OS grains for SLES Expanded Support (SUSE's Red Hat compatible platform)
This commit is contained in:
parent
b17a118e72
commit
8404d13424
1 changed files with 2 additions and 0 deletions
|
@ -1038,6 +1038,7 @@ _OS_NAME_MAP = {
|
|||
'manjaro': 'Manjaro',
|
||||
'antergos': 'Antergos',
|
||||
'sles': 'SUSE',
|
||||
'slesexpand': "RES",
|
||||
'linuxmint': 'Mint',
|
||||
}
|
||||
|
||||
|
@ -1057,6 +1058,7 @@ _OS_FAMILY_MAP = {
|
|||
'OEL': 'RedHat',
|
||||
'XCP': 'RedHat',
|
||||
'XenServer': 'RedHat',
|
||||
'RES': 'RedHat',
|
||||
'Mandrake': 'Mandriva',
|
||||
'ESXi': 'VMWare',
|
||||
'Mint': 'Debian',
|
||||
|
|
Loading…
Add table
Reference in a new issue