mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add missing configuration parameters
This commit is contained in:
parent
9721a5a498
commit
1a878f17d0
1 changed files with 11 additions and 2 deletions
|
@ -41,6 +41,9 @@
|
|||
# The port used by the communication interface
|
||||
#ret_port: 4506
|
||||
|
||||
#Specify the location of the daemon process ID file
|
||||
#pidfile: /var/run/salt-master.pid
|
||||
|
||||
# The root directory prepended to these options: pki_dir, cachedir,
|
||||
# sock_dir, log_file, autosign_file.
|
||||
#root_dir: /
|
||||
|
@ -59,7 +62,7 @@
|
|||
#timeout: 5
|
||||
|
||||
# Set the directory used to hold unix sockets
|
||||
#sock_dir: /tmp/salt-unix
|
||||
#sock_dir: /var/run/salt
|
||||
|
||||
# The master maintains a job cache, while this is a great addition it can be
|
||||
# a burden on the master for larger deployments (over 5000 minions).
|
||||
|
@ -68,6 +71,9 @@
|
|||
#
|
||||
#job_cache: True
|
||||
|
||||
# Cache minion grains and pillar data in the cachedir.
|
||||
#minion_data_cache: True
|
||||
|
||||
# Set the acceptance level for serialization of messages. This should only be
|
||||
# set if the master is newer than 0.9.5 and the minion are older. This option
|
||||
# allows a 0.9.5 and newer master to communicate with minions 0.9.4 and
|
||||
|
@ -137,8 +143,11 @@
|
|||
# Add any additional locations to look for master runners
|
||||
#runner_dirs: []
|
||||
#
|
||||
#Enable Cython for master side modules
|
||||
# Enable Cython for master side modules
|
||||
#cython_enable: False
|
||||
#
|
||||
# directory for extension modules
|
||||
#extension_modules: []
|
||||
|
||||
##### State System settings #####
|
||||
##########################################
|
||||
|
|
Loading…
Add table
Reference in a new issue