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,8 +88,8 @@ 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
@ -164,8 +164,8 @@ 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