Raet Salt broken when config moved to package directory

The path to the master.flo file no longer worked This fixes
This commit is contained in:
Samuel M Smith 2015-10-17 10:57:56 -06:00 committed by rallytime
parent a177bf8f47
commit 2afbe6803c

View file

@ -59,8 +59,8 @@ else:
_DFLT_MULTIPROCESSING_MODE = True
FLO_DIR = os.path.join(
os.path.dirname(__file__),
'daemons', 'flo')
os.path.dirname(os.path.dirname(__file__)),
'daemons', 'flo')
VALID_OPTS = {
# The address of the salt master. May be specified as IP address or hostname