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:
parent
24998a4a0b
commit
c8e86c5d76
@ -88,8 +88,8 @@ salt:
|
||||
|
||||
# optional engine configuration
|
||||
engines:
|
||||
slack:
|
||||
token: xoxp-XXXXX-XXXXXXX
|
||||
- slack:
|
||||
token: xoxp-XXXXX-XXXXXXX # use Slack's legacy API token
|
||||
control: True
|
||||
valid_users:
|
||||
- someuser
|
||||
@ -164,8 +164,8 @@ salt:
|
||||
|
||||
# optional engine configuration
|
||||
engines:
|
||||
slack:
|
||||
token: xoxp-XXXXX-XXXXXXX
|
||||
- slack:
|
||||
token: xoxp-XXXXX-XXXXXXX # use Slack's legacy API token
|
||||
control: True
|
||||
valid_users:
|
||||
- someuser
|
||||
|
Loading…
Reference in New Issue
Block a user