summaryrefslogtreecommitdiff
path: root/manifests/plugins/muninhost.pp
blob: 644adb612846490f587dca9e272d8dd0f969ccf9 (plain)
1
2
3
4
# Set up the plugins for a munin host
class munin::plugins::muninhost {
  munin::plugin { ['munin_update', 'munin_graph']: }
}