2011-03-05 03:27:32 +00:00
|
|
|
# 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
|
2011-03-10 15:55:48 +00:00
|
|
|
# Enable "open mode", this mode still maintains encryption, but turns off
|
|
|
|
# authentication, this is only intended for highly secure environments or for
|
|
|
|
# the situation where your keys end up in a bad state. If you run in open more
|
|
|
|
# you do so at your own risk!
|
|
|
|
#open_mode: False
|