summaryrefslogtreecommitdiff
path: root/manifests/plugins/openbsd.pp
blob: b54999455e081a9e784ad2a5555ce5633a296f3b (plain)
1
2
3
4
5
6
class munin::plugins::openbsd  { 
  munin::plugin {
    [ memory_pools, memory_types ]:
      ensure => present,
  }
}