mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
really add missing options to master conf
This commit is contained in:
parent
1a878f17d0
commit
ec078c7bd7
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
|||
# The port used by the publisher
|
||||
#publish_port: 4505
|
||||
|
||||
# Recover minion connections when they are lost. associated with subscribers
|
||||
# running on Xen and VMware virtual machines. Default: True
|
||||
#pub_refresh: True
|
||||
|
||||
# The user to run salt
|
||||
#user: root
|
||||
|
||||
|
@ -54,6 +58,9 @@
|
|||
# Directory to store job and cache data
|
||||
#cachedir: /var/cache/salt
|
||||
|
||||
# Verify and set permissions on configuration directories at startup
|
||||
#verify_env: True
|
||||
|
||||
# Set the number of hours to keep old job information
|
||||
#keep_jobs: 24
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue