2012-05-23 14:04:38 +00:00
|
|
|
# basic config
|
|
|
|
master: localhost
|
|
|
|
master_port: 64506
|
|
|
|
root_dir: /tmp/subsalttest
|
|
|
|
pki_dir: pki
|
|
|
|
id: sub_minion
|
|
|
|
cachedir: cachedir
|
2012-07-08 04:11:36 +00:00
|
|
|
sock_dir: sub_minion_sock
|
2012-05-23 14:04:38 +00:00
|
|
|
#acceptance_wait_time: 1
|
|
|
|
open_mode: True
|
|
|
|
log_file: minion
|
|
|
|
|
|
|
|
# module extension
|
|
|
|
test.foo: baz
|
2012-10-05 06:10:53 +00:00
|
|
|
hosts.file: /tmp/salt-tests-tmpdir/hosts
|
|
|
|
aliases.file: /tmp/salt-tests-tmpdir/aliases
|
2012-05-23 14:04:38 +00:00
|
|
|
integration.test: True
|
|
|
|
|
|
|
|
# Grains addons
|
|
|
|
grains:
|
|
|
|
test_grain: spam
|
|
|
|
role: sub
|
2013-01-26 06:13:51 +00:00
|
|
|
planets:
|
|
|
|
- jupiter
|
|
|
|
- saturn
|
|
|
|
- uranus
|
|
|
|
- neptune
|
|
|
|
level1:
|
|
|
|
level2: bar
|
|
|
|
companions:
|
|
|
|
two:
|
|
|
|
- jamie
|
|
|
|
- zoe
|
2012-09-01 06:29:06 +00:00
|
|
|
|
|
|
|
ipc_mode: tcp
|