2
0

Changed formating in pillar example to avoid warning about wrong dictionary format from Salt. Added comment about type of token.

This commit is contained in:
Angelo Verona 2017-12-08 02:18:10 +01:00
parent 24998a4a0b
commit c8e86c5d76

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: