Merge pull request #30376 from pritambaral/fix/flo-dir

Fix FLO_DIR path in 2015.8
This commit is contained in:
Mike Place 2016-01-15 11:25:49 -07:00
commit 9fe2df82bd

View file

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