Puppet Class: haproxy::mtail

Defined in:
modules/haproxy/manifests/mtail.pp

Overview



10
11
12
13
14
15
16
17
# File 'modules/haproxy/manifests/mtail.pp', line 10

class haproxy::mtail()
  {
      mtail::program { 'haproxy':
        ensure => present,
        source => 'puppet:///modules/mtail/programs/haproxy.mtail',
        notify => Service['mtail'],
      }
  }