mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30376 from pritambaral/fix/flo-dir
Fix FLO_DIR path in 2015.8
This commit is contained in:
commit
9fe2df82bd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue