mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Added Pidora OS Name and Family Mappings
This commit is contained in:
parent
9b432a5c68
commit
0b3754255a
@ -691,6 +691,7 @@ _OS_NAME_MAP = {
|
||||
'alt': 'ALT',
|
||||
'oracleserv': 'OEL',
|
||||
'cloudserve': 'CloudLinux',
|
||||
'pidora': 'Fedora'
|
||||
}
|
||||
|
||||
# Map the 'os' grain to the 'os_family' grain
|
||||
@ -728,7 +729,8 @@ _OS_FAMILY_MAP = {
|
||||
'ALT': 'RedHat',
|
||||
'Trisquel': 'Debian',
|
||||
'GCEL': 'Debian',
|
||||
'Linaro': 'Debian'
|
||||
'Linaro': 'Debian',
|
||||
'Pidora': 'RedHat'
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user