Skip to content
Snippets Groups Projects
Commit c8e86c5d authored by Angelo Verona's avatar Angelo Verona
Browse files

Changed formating in pillar example to avoid warning about wrong dictionary...

Changed formating in pillar example to avoid warning about wrong dictionary format from Salt. Added comment about type of token.
parent 24998a4a
Branches
No related tags found
No related merge requests found
...@@ -88,8 +88,8 @@ salt: ...@@ -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: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment