aboutsummaryrefslogtreecommitdiff
path: root/modules/role/manifests/cryptoportfolio/notify.pp
blob: 218312ca7af07fed6d4b1dcb9269eb89a8d272c5 (plain) (blame)
1
2
3
4
5
6
class role::cryptoportfolio::notify inherits role::cryptoportfolio {
  file { "/usr/local/bin/slack-notify":
    mode   => "0755",
    source => "puppet:///modules/role/cryptoportfolio/slack-notify.py",
  }
}