aboutsummaryrefslogtreecommitdiff
path: root/modules/role/manifests/cryptoportfolio/notify.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-13 22:58:15 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-13 22:58:15 +0100
commit985b53a258ee18eaca8d437ae532c232a6d19921 (patch)
tree450cbcdec808189b8e08ed84bd3255dcfaadeebe /modules/role/manifests/cryptoportfolio/notify.pp
parent96d61e22a20255c2b437eb3a3b81f9b44a1814de (diff)
parent39e05b4ec79c5dc07417a6cb1f0e1b2dcd111a1a (diff)
downloadPuppet-985b53a258ee18eaca8d437ae532c232a6d19921.tar.gz
Puppet-985b53a258ee18eaca8d437ae532c232a6d19921.tar.zst
Puppet-985b53a258ee18eaca8d437ae532c232a6d19921.zip
Merge branch 'cleanup' into dev
Diffstat (limited to 'modules/role/manifests/cryptoportfolio/notify.pp')
-rw-r--r--modules/role/manifests/cryptoportfolio/notify.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/role/manifests/cryptoportfolio/notify.pp b/modules/role/manifests/cryptoportfolio/notify.pp
new file mode 100644
index 0000000..218312c
--- /dev/null
+++ b/modules/role/manifests/cryptoportfolio/notify.pp
@@ -0,0 +1,6 @@
1class role::cryptoportfolio::notify inherits role::cryptoportfolio {
2 file { "/usr/local/bin/slack-notify":
3 mode => "0755",
4 source => "puppet:///modules/role/cryptoportfolio/slack-notify.py",
5 }
6}