mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
set up some light data in the config files
This commit is contained in:
parent
e8bf0e76cd
commit
a3fbf41e49
2 changed files with 28 additions and 0 deletions
17
conf/master
17
conf/master
|
@ -0,0 +1,17 @@
|
|||
# The address of the interface to bind to
|
||||
#interface: 0.0.0.0
|
||||
# The port used by the publisher
|
||||
#publish_port: 4505
|
||||
# The number of worker threads to start
|
||||
#worker_threads: 5
|
||||
# The port used by the communication interface
|
||||
#ret_port: 4506
|
||||
# The number of threads used by the local communicator
|
||||
#local_threads: 5
|
||||
# The port that the local command listener uses
|
||||
#local_port: 4507
|
||||
# Directory used to store public key data
|
||||
#pki_dir: /etc/salt/pki
|
||||
# Directory to store job and cache data
|
||||
#cachedir: /var/cache/salt
|
||||
|
11
conf/minion
11
conf/minion
|
@ -0,0 +1,11 @@
|
|||
# Set the location of the salt master server
|
||||
#master: mcp
|
||||
# Set the post used by the master reply and autnentication server
|
||||
#master_port: 4506
|
||||
# The directory to store the pki information in
|
||||
#pki_dir: /etc/salt/pki
|
||||
# Explicitly declare the hostname rather than detecting it
|
||||
#hostname:
|
||||
# Where cace data goes
|
||||
#cachedir: /var/cache/salt
|
||||
|
Loading…
Add table
Reference in a new issue