mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix SPM paths on smartos/illumos esky
This commit is contained in:
parent
49e1de81cd
commit
9efef940c1
1 changed files with 3 additions and 0 deletions
|
@ -20,3 +20,6 @@ BASE_PILLAR_ROOTS_DIR = os.path.join(SRV_ROOT_DIR, 'pillar')
|
|||
BASE_MASTER_ROOTS_DIR = os.path.join(SRV_ROOT_DIR, 'salt-master')
|
||||
LOGS_DIR = os.path.join(ROOT_DIR, 'var', 'log', 'salt')
|
||||
PIDFILE_DIR = os.path.join(ROOT_DIR, 'var', 'run')
|
||||
SPM_FORMULA_PATH = os.path.join(ROOT_DIR, 'spm', 'salt')
|
||||
SPM_PILLAR_PATH = os.path.join(ROOT_DIR, 'spm', 'pillar')
|
||||
SPM_REACTOR_PATH = os.path.join(ROOT_DIR, 'spm', 'reactor')
|
||||
|
|
Loading…
Add table
Reference in a new issue