Add open mode options to the configs

This commit is contained in:
Thomas S Hatch 2011-03-10 08:55:48 -07:00
parent 44af6f950b
commit 3b5d4484a9
2 changed files with 10 additions and 2 deletions

View file

@ -14,4 +14,8 @@
#pki_dir: /etc/salt/pki
# Directory to store job and cache data
#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

View file

@ -8,4 +8,8 @@
#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