mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #22664 from rallytime/bp-22635
Backport #22635 to 2015.2
This commit is contained in:
commit
9c7a8a8145
@ -74,6 +74,8 @@ if CONFIG_DIR is None:
|
|||||||
CONFIG_DIR = os.path.join(ROOT_DIR, 'usr', 'local', 'etc', 'salt')
|
CONFIG_DIR = os.path.join(ROOT_DIR, 'usr', 'local', 'etc', 'salt')
|
||||||
elif 'netbsd' in __PLATFORM:
|
elif 'netbsd' in __PLATFORM:
|
||||||
CONFIG_DIR = os.path.join(ROOT_DIR, 'usr', 'pkg', 'etc', 'salt')
|
CONFIG_DIR = os.path.join(ROOT_DIR, 'usr', 'pkg', 'etc', 'salt')
|
||||||
|
elif 'sunos5' in __PLATFORM:
|
||||||
|
CONFIG_DIR = os.path.join(ROOT_DIR, 'opt', 'local', 'etc', 'salt')
|
||||||
else:
|
else:
|
||||||
CONFIG_DIR = os.path.join(ROOT_DIR, 'etc', 'salt')
|
CONFIG_DIR = os.path.join(ROOT_DIR, 'etc', 'salt')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user