mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
35 lines
520 B
Plaintext
35 lines
520 B
Plaintext
# basic config
|
|
# Connects to master
|
|
master: localhost
|
|
interface: 127.0.0.1
|
|
master_port: 64506
|
|
tcp_pub_port: 64520
|
|
tcp_pull_port: 64521
|
|
sock_dir: sub_minion_sock
|
|
id: sub_minion
|
|
open_mode: True
|
|
log_file: sub_minion.log
|
|
log_level_logfile: debug
|
|
pidfile: sub_minion.pid
|
|
|
|
# module extension
|
|
test.foo: baz
|
|
integration.test: True
|
|
|
|
# Grains addons
|
|
grains:
|
|
test_grain: spam
|
|
role: sub
|
|
planets:
|
|
- jupiter
|
|
- saturn
|
|
- uranus
|
|
- neptune
|
|
level1:
|
|
level2: bar
|
|
companions:
|
|
two:
|
|
- jamie
|
|
- zoe
|
|
|