mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
46 lines
632 B
Plaintext
46 lines
632 B
Plaintext
# basic config
|
|
# Connects to master
|
|
master: localhost
|
|
master_port: 64506
|
|
interface: 127.0.0.1
|
|
tcp_pub_port: 64510
|
|
tcp_pull_port: 64511
|
|
sock_dir: minion_sock
|
|
id: minion
|
|
open_mode: True
|
|
log_file: minion.log
|
|
log_level_logfile: debug
|
|
pidfile: minion.pid
|
|
|
|
# module extension
|
|
test.foo: baz
|
|
integration.test: True
|
|
|
|
# Grains addons
|
|
grains:
|
|
test_grain: cheese
|
|
script: grail
|
|
alot: many
|
|
planets:
|
|
- mercury
|
|
- venus
|
|
- earth
|
|
- mars
|
|
level1:
|
|
level2: foo
|
|
companions:
|
|
one:
|
|
- susan
|
|
- ian
|
|
- barbara
|
|
|
|
config_test:
|
|
spam: eggs
|
|
|
|
mine_functions:
|
|
test.ping: []
|
|
|
|
# sdb env module
|
|
osenv:
|
|
driver: env
|