def AddOSInfoMap()

in templates/troposphere/_include/cfn_mappings.py [0:0]


def AddOSInfoMap(t):

    t.add_mapping('OSInfo', {
        "LoginID": {
            "centos7": "centos",
        }
    })