summaryrefslogtreecommitdiffstats
path: root/modules/tick/manifests/server/kapacitor/alert.pp
blob: 33683af1195343b82702003c39cc1824e551b41f (plain) (blame)
1
2
3
4
5
6
7
define tick::server::kapacitor::alert($source) {
  file { "/etc/kapacitor/load/tasks/${name}.tick":
    source => $source,
    require => File["/etc/kapacitor/load/tasks"],
    notify => Service['kapacitor'];
  }
}