Fixed a typo or two

This commit is contained in:
Corey Quinn 2011-11-26 16:15:43 -08:00
parent a8bd2b4fb0
commit 5e404e8674

View file

@ -33,12 +33,12 @@
##########################################
# 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
# the situation where your keys end up in a bad state. If you run in open mode
# you do so at your own risk!
#open_mode: False
# Enable auto_accept, this setting will automatically accept all incoming
# public keys from the minions
# public keys from the minions. Note that this is insecure.
#auto_accept: False
##### State System settings #####