From 5081257003019a96fcf96d55cfd6d0049a31fa43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 10 Mar 2018 00:02:24 +0100 Subject: [PATCH] Fix username for slack bot --- modules/role/files/cryptoportfolio/slack-notify.py | 1 + 1 file changed, 1 insertion(+) 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): body=encoded) data = { + "username": "Puppet", "icon_url": "https://learn.puppet.com/static/images/logos/Puppet-Logo-Mark-Amber.png", "text": "Deployed {} of {} on {}{}".format( version, -- 2.41.0