diff options
-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, |