From c8e86c5d76c46ff774d92ef851b2c2890cfa4c2a Mon Sep 17 00:00:00 2001 From: Angelo Verona Date: Fri, 8 Dec 2017 02:18:10 +0100 Subject: [PATCH] Changed formating in pillar example to avoid warning about wrong dictionary format from Salt. Added comment about type of token. --- pillar.example | 52 +++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/pillar.example b/pillar.example index f549219..b9e0b13 100644 --- a/pillar.example +++ b/pillar.example @@ -88,19 +88,19 @@ salt: # optional engine configuration engines: - slack: - token: xoxp-XXXXX-XXXXXXX - control: True - valid_users: - - someuser - - otheruser - valid_commands: - - test.ping - - list_jobs - aliases: - list_jobs: - type: runner - cmd: jobs.list_jobs + - slack: + token: xoxp-XXXXX-XXXXXXX # use Slack's legacy API token + control: True + valid_users: + - someuser + - otheruser + valid_commands: + - test.ping + - list_jobs + aliases: + list_jobs: + type: runner + cmd: jobs.list_jobs # optional: these reactors will be configured on the master # They override reactors configured in @@ -164,19 +164,19 @@ salt: # optional engine configuration engines: - slack: - token: xoxp-XXXXX-XXXXXXX - control: True - valid_users: - - someuser - - otheruser - valid_commands: - - test.ping - - list_jobs - aliases: - list_jobs: - type: runner - cmd: jobs.list_jobs + - slack: + token: xoxp-XXXXX-XXXXXXX # use Slack's legacy API token + control: True + valid_users: + - someuser + - otheruser + valid_commands: + - test.ping + - list_jobs + aliases: + list_jobs: + type: runner + cmd: jobs.list_jobs # optional beacons configuration beacons: