Skip to content

Commit

Permalink
Merge pull request #255 from aboe76/minion_engines_reactors
Browse files Browse the repository at this point in the history
add engine and reactor config to salt minion configuration
  • Loading branch information
gravyboat authored Sep 30, 2016
2 parents 4e8d36f + ddaa166 commit 894351b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,23 @@ salt:
auth_keytab: /root/auth.keytab
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
cloud:
master: salt
Expand Down

0 comments on commit 894351b

Please sign in to comment.