set up some light data in the config files

This commit is contained in:
Thomas S Hatch 2011-03-04 20:27:32 -07:00
parent e8bf0e76cd
commit a3fbf41e49
2 changed files with 28 additions and 0 deletions

View file

@ -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

View file

@ -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