mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
a177bf8f47
commit
2afbe6803c
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(__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
|
||||
|
|
Loading…
Add table
Reference in a new issue