salt/conf/minion
2011-03-10 08:55:48 -07:00

16 lines
614 B
Plaintext

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