diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-10 00:02:24 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-10 00:02:24 +0100 |
commit | 5081257003019a96fcf96d55cfd6d0049a31fa43 (patch) | |
tree | acb2b1c22ed28052fd73d662b68922ea079663ea /modules | |
parent | bd263a98d542207c07b27dfb891e62b9e2c73c3d (diff) | |
download | Puppet-5081257003019a96fcf96d55cfd6d0049a31fa43.tar.gz Puppet-5081257003019a96fcf96d55cfd6d0049a31fa43.tar.zst Puppet-5081257003019a96fcf96d55cfd6d0049a31fa43.zip |
Fix username for slack bot
Diffstat (limited to 'modules')
-rw-r--r-- | modules/role/files/cryptoportfolio/slack-notify.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/role/files/cryptoportfolio/slack-notify.py b/modules/role/files/cryptoportfolio/slack-notify.py index dfced46..1b3cd51 100644 --- a/modules/role/files/cryptoportfolio/slack-notify.py +++ b/modules/role/files/cryptoportfolio/slack-notify.py | |||
@@ -25,6 +25,7 @@ def post(url, data): | |||
25 | body=encoded) | 25 | body=encoded) |
26 | 26 | ||
27 | data = { | 27 | data = { |
28 | "username": "Puppet", | ||
28 | "icon_url": "https://learn.puppet.com/static/images/logos/Puppet-Logo-Mark-Amber.png", | 29 | "icon_url": "https://learn.puppet.com/static/images/logos/Puppet-Logo-Mark-Amber.png", |
29 | "text": "Deployed {} of {} on {}{}".format( | 30 | "text": "Deployed {} of {} on {}{}".format( |
30 | version, | 31 | version, |