Set hooks to start the master servers

This commit is contained in:
Thomas S Hatch 2011-03-03 12:09:13 -07:00
parent 9aa2ebfe3c
commit bc88d6fc0e

View file

@ -45,8 +45,8 @@ class Master(object):
'''
Run the sequence to start a salt master server
'''
pass
master = salt.Master(self.opts)
master.start()
class Minion(object):