mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix: slack bolt engine name is slack_bolt
This commit is contained in:
parent
ced3436053
commit
d05e5469a5
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ the desired command.
|
|||
.. code-block:: text
|
||||
|
||||
engines:
|
||||
- slack:
|
||||
- slack_bolt:
|
||||
app_token: "xapp-x-xxxxxxxxxxx-xxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||
bot_token: 'xoxb-xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx'
|
||||
control: True
|
||||
|
@ -149,7 +149,7 @@ must be quoted, or else PyYAML will fail to load the configuration.
|
|||
.. code-block:: text
|
||||
|
||||
engines:
|
||||
- slack:
|
||||
- slack_bolt:
|
||||
groups_pillar: slack_engine_pillar
|
||||
app_token: "xapp-x-xxxxxxxxxxx-xxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||
bot_token: 'xoxb-xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx'
|
||||
|
|
Loading…
Add table
Reference in a new issue