Add configs for the minion/master servers to run in the test suite

This commit is contained in:
Thomas S Hatch 2012-02-12 00:46:24 -07:00
parent afaae839dd
commit 5cb36f320d
2 changed files with 19 additions and 0 deletions

9
tests/files/conf/master Normal file
View 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
View 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