mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
3adf8e286e
* Allow more time for the daemons to react to the signals sent * Fix configuration * More logging
14 lines
376 B
Plaintext
14 lines
376 B
Plaintext
include: master
|
|
# syndic basic config
|
|
# same config as master ./except the syndic bits
|
|
# in the TestCase we add at the top of the configfile the content of ./master
|
|
# to avoid duplication
|
|
order_masters: True
|
|
acceptance_wait_time: 1
|
|
syndic_log_file: osyndic.log
|
|
log_level_logfile: debug
|
|
syndic_pidfile: osyndic.pid
|
|
syndic_master: localhost
|
|
syndic_master_port: 54506
|
|
id: syndic
|