Browse Source

Merge pull request #255 from aboe76/minion_engines_reactors

add engine and reactor config to salt minion configuration
master
Forrest 8 years ago
parent
commit
894351b248
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      pillar.example

+ 17
- 0
pillar.example View File

auth_keytab: /root/auth.keytab auth_keytab: /root/auth.keytab
auth_principal: kadmin/admin auth_principal: kadmin/admin


# optional engine configuration
engines:
slack:
token: xoxp-XXXXX-XXXXXXX
control: True
valid_users:
- someuser
- otheruser
valid_commands:
- test.ping
- list_jobs
aliases:
list_jobs:
type: runner
cmd: jobs.list_jobs


# salt cloud config # salt cloud config
cloud: cloud:
master: salt master: salt

Loading…
Cancel
Save