aboutsummaryrefslogtreecommitdiff
path: root/modules/role/files
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-10 00:02:24 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-10 00:02:24 +0100
commit5081257003019a96fcf96d55cfd6d0049a31fa43 (patch)
treeacb2b1c22ed28052fd73d662b68922ea079663ea /modules/role/files
parentbd263a98d542207c07b27dfb891e62b9e2c73c3d (diff)
downloadPuppet-5081257003019a96fcf96d55cfd6d0049a31fa43.tar.gz
Puppet-5081257003019a96fcf96d55cfd6d0049a31fa43.tar.zst
Puppet-5081257003019a96fcf96d55cfd6d0049a31fa43.zip
Fix username for slack bot
Diffstat (limited to 'modules/role/files')
-rw-r--r--modules/role/files/cryptoportfolio/slack-notify.py1
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
27data = { 27data = {
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,