Reference the rigth salt master class in the chain

This commit is contained in:
Thomas S Hatch 2011-03-03 12:13:24 -07:00
parent bc88d6fc0e
commit 1799bea7df

View file

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