Add new configuration options to the default configuration files

This commit is contained in:
Thomas S Hatch 2011-03-24 21:53:47 -06:00
parent edd2a0a7ad
commit fa258ab1ff
2 changed files with 12 additions and 0 deletions

View file

@ -22,3 +22,9 @@
# Enable auto_accept, this setting will automatically accept all incoming
# public keys from the minions
#auto_accept: False
# Logging information:
#log_file: /var/log/salt/master
#log_level: WARNING
# The log level for posting to the terminal
#out_level: ERROR

View file

@ -16,3 +16,9 @@
# 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
# Logging information:
#log_file: /var/log/salt/master
#log_level: WARNING
# The log level for posting to the terminal
#out_level: ERROR