2
0

Merge pull request #345 from Angelo-Verona/master

Changed pillar example formatting for Slack
This commit is contained in:
Niels Abspoel 2017-12-23 11:39:30 +01:00 committed by GitHub
commit d01083f347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,19 +88,19 @@ salt:
# optional engine configuration # optional engine configuration
engines: engines:
slack: - slack:
token: xoxp-XXXXX-XXXXXXX token: xoxp-XXXXX-XXXXXXX # use Slack's legacy API token
control: True control: True
valid_users: valid_users:
- someuser - someuser
- otheruser - otheruser
valid_commands: valid_commands:
- test.ping - test.ping
- list_jobs - list_jobs
aliases: aliases:
list_jobs: list_jobs:
type: runner type: runner
cmd: jobs.list_jobs cmd: jobs.list_jobs
# optional: these reactors will be configured on the master # optional: these reactors will be configured on the master
# They override reactors configured in # They override reactors configured in
@ -164,19 +164,19 @@ salt:
# optional engine configuration # optional engine configuration
engines: engines:
slack: - slack:
token: xoxp-XXXXX-XXXXXXX token: xoxp-XXXXX-XXXXXXX # use Slack's legacy API token
control: True control: True
valid_users: valid_users:
- someuser - someuser
- otheruser - otheruser
valid_commands: valid_commands:
- test.ping - test.ping
- list_jobs - list_jobs
aliases: aliases:
list_jobs: list_jobs:
type: runner type: runner
cmd: jobs.list_jobs cmd: jobs.list_jobs
# optional beacons configuration # optional beacons configuration
beacons: beacons: