aboutsummaryrefslogtreecommitdiff
path: root/modules/role/manifests/cryptoportfolio/notify.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-13 20:04:52 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-13 22:52:47 +0100
commit39e05b4ec79c5dc07417a6cb1f0e1b2dcd111a1a (patch)
tree450cbcdec808189b8e08ed84bd3255dcfaadeebe /modules/role/manifests/cryptoportfolio/notify.pp
parenta386ce060c4c49d772bd4d03d6586012a266317e (diff)
downloadPuppet-39e05b4ec79c5dc07417a6cb1f0e1b2dcd111a1a.tar.gz
Puppet-39e05b4ec79c5dc07417a6cb1f0e1b2dcd111a1a.tar.zst
Puppet-39e05b4ec79c5dc07417a6cb1f0e1b2dcd111a1a.zip
Move cryptoporfolio module to sub-parts
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}