mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #2243 from teftin/fix-amazon-os-grains
recognize Amazon Linux properly
This commit is contained in:
commit
5edcc38430
@ -394,6 +394,7 @@ _os_name_map = {
|
|||||||
'redhatente': 'RedHat',
|
'redhatente': 'RedHat',
|
||||||
'debian': 'Debian',
|
'debian': 'Debian',
|
||||||
'arch': 'Arch',
|
'arch': 'Arch',
|
||||||
|
'amazonlinu': 'Amazon',
|
||||||
}
|
}
|
||||||
|
|
||||||
# Map the 'os' grain to the 'os_family' grain
|
# Map the 'os' grain to the 'os_family' grain
|
||||||
|
Loading…
Reference in New Issue
Block a user