Bläddra i källkod

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

master
Angelo Verona 7 år sedan
förälder
incheckning
c8e86c5d76
1 ändrade filer med 26 tillägg och 26 borttagningar
  1. +26
    -26
      pillar.example

+ 26
- 26
pillar.example Visa fil

@@ -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:

Laddar…
Avbryt
Spara