mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Update the location for the configuration directory for salt-call in the Saltfile
This commit is contained in:
parent
0d5ecbac05
commit
3dd0ad3065
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ EOT
|
||||||
cat <<EOT >${_PATH}/Saltfile
|
cat <<EOT >${_PATH}/Saltfile
|
||||||
salt-call:
|
salt-call:
|
||||||
local: True
|
local: True
|
||||||
config_dir: ${_PATH}
|
config_dir: ${_PATH}/etc/salt
|
||||||
log_file: ${_PATH}/var/log/salt/minion
|
log_file: ${_PATH}/var/log/salt/minion
|
||||||
cachedir: ${_PATH}/var/cache/salt
|
cachedir: ${_PATH}/var/cache/salt
|
||||||
file_root: ${_PATH}/srv/salt
|
file_root: ${_PATH}/srv/salt
|
||||||
|
|
Loading…
Add table
Reference in a new issue