summaryrefslogtreecommitdiff
path: root/manifests/client/debian.pp
blob: 49ee5674ba3b91009e439aa9ee5b783e99f90edf (plain)
1
2
3
4
5
6
7
8
9
# Install the munin client on debian
class munin::client::debian inherits munin::client::base {
  # the plugin will need that
  ensure_packages(['iproute'])

  # workaround bug in munin_node_configure
  plugin { 'postfix_mailvolume': ensure => absent }
  include munin::plugins::debian
}