summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/manifests/agent/logwatch.pp
blob: 763b01a7c0caa8967b0c2abe251b4111012666ee (plain)
1
2
3
4
5
6
7
8
9
10
11
class site_check_mk::agent::logwatch {
  # Deploy mk_logwatch 1.2.4 so we can split the config
  # into multiple config files in /etc/check_mk/logwatch.d
  # see https://leap.se/code/issues/5135

  file { '/usr/lib/check_mk_agent/plugins/mk_logwatch':
    source => 'puppet:///modules/site_check_mk/agent/plugins/mk_logwatch.1.2.4',
    mode   => '0755'
  }

}