소스 검색

Merge pull request #255 from aboe76/minion_engines_reactors

add engine and reactor config to salt minion configuration
tags/v0.57.0
Forrest 8 년 전
부모
커밋
894351b248
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. +17
    -0
      pillar.example

+ 17
- 0
pillar.example 파일 보기

@@ -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

Loading…
취소
저장