#!/usr/local/bin/python2.7
'''
Start the salt-master
'''

from salt.scripts import salt_master


if __name__ == '__main__':
    salt_master()
