mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
77eeb47bea
Also added tests for traditional grain matching when target grain is a list.
36 lines
564 B
Plaintext
36 lines
564 B
Plaintext
# basic config
|
|
master: localhost
|
|
master_port: 64506
|
|
root_dir: /tmp/subsalttest
|
|
pki_dir: pki
|
|
id: sub_minion
|
|
cachedir: cachedir
|
|
sock_dir: sub_minion_sock
|
|
#acceptance_wait_time: 1
|
|
open_mode: True
|
|
log_file: minion
|
|
|
|
# module extension
|
|
test.foo: baz
|
|
hosts.file: /tmp/salt-tests-tmpdir/hosts
|
|
aliases.file: /tmp/salt-tests-tmpdir/aliases
|
|
integration.test: True
|
|
|
|
# Grains addons
|
|
grains:
|
|
test_grain: spam
|
|
role: sub
|
|
planets:
|
|
- jupiter
|
|
- saturn
|
|
- uranus
|
|
- neptune
|
|
level1:
|
|
level2: bar
|
|
companions:
|
|
two:
|
|
- jamie
|
|
- zoe
|
|
|
|
ipc_mode: tcp
|