Merge pull request #2243 from teftin/fix-amazon-os-grains

recognize Amazon Linux properly
This commit is contained in:
Thomas S Hatch 2012-10-14 12:26:42 -07:00
commit 5edcc38430

View File

@ -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