# 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

