salt/tests/integration/files/conf/master
Pedro Algarvio 759d67ffc0 Reverted back the --key-logfile deprecation.
On the parsers cleanup branch, I though about making the available options as equal as possible. Since the log_file setting for the master and the minion could be separately set,  I made the logfile option for the key also log_file. Yet, since there's no key specific config file, it shares master, one could only specify the log_file settings from the cli,   it could not be hardcoded on the config file, unless, we made a separate config file just for key.
So, in order to reduce required changes, and keep it all as backwards compatible as possible, the key log file options is now, once again, `--key-logfile` which will allow us to   hardcode it in the masters config file as `key_logfile`.
This will also, hopefully make travis behave better too.
2012-08-08 01:08:38 +01:00

17 lines
262 B
Plaintext

publish_port: 64505
ret_port: 64506
worker_threads: 3
root_dir: /tmp/salttest
pidfile: masterpid
pki_dir: pki
cachedir: cache
timeout: 1
sock_dir: .salt-unix
open_mode: True
syndic_master: localhost
peer:
'.*':
- 'test.*'
log_file: master
key_logfile: key