mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add new configuration options to the default configuration files
This commit is contained in:
parent
edd2a0a7ad
commit
fa258ab1ff
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue