mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
23 lines
395 B
Plaintext
23 lines
395 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: integration/tmp/hosts
|
|
aliases.file: integration/tmp/aliases
|
|
integration.test: True
|
|
|
|
# Grains addons
|
|
grains:
|
|
test_grain: spam
|
|
role: sub
|