]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blob - modules/role/manifests/cryptoportfolio/notify.pp
Move cryptoporfolio module to sub-parts
[perso/Immae/Projets/Puppet.git] / modules / role / manifests / cryptoportfolio / notify.pp
1 class 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 }