mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add configs for the minion/master servers to run in the test suite
This commit is contained in:
parent
afaae839dd
commit
5cb36f320d
2 changed files with 19 additions and 0 deletions
9
tests/files/conf/master
Normal file
9
tests/files/conf/master
Normal file
|
@ -0,0 +1,9 @@
|
|||
publish_port: 94505
|
||||
ret_port: 94506
|
||||
worker_threads: 1
|
||||
root_dir: /tmp/salttest
|
||||
pki_dir: /tmp/salttest/pki
|
||||
cachedir: /tmp/salttest/cache
|
||||
timeout: 1
|
||||
sock_dir: /tmp/salttest/.salt-unix
|
||||
open_mode: True
|
10
tests/files/conf/minion
Normal file
10
tests/files/conf/minion
Normal file
|
@ -0,0 +1,10 @@
|
|||
master: localhost
|
||||
master_port: 94506
|
||||
root_dir: /tmp/salttest
|
||||
pki_dir: /tmp/salttest/pki
|
||||
id: minion
|
||||
cachedir: /tmp/salttest/cachedir
|
||||
acceptance_wait_time = 1
|
||||
open_mode: True
|
||||
log_file: /tmp/salttest/minion
|
||||
|
Loading…
Add table
Reference in a new issue