Puppet Class: collectd::plugin::cpufreq

Defined in:
manifests/plugin/cpufreq.pp

Overview

Parameters:

  • ensure (Any) (defaults to: present)


2
3
4
5
6
7
8
# File 'manifests/plugin/cpufreq.pp', line 2

class collectd::plugin::cpufreq (
  $ensure = present,
) {
  collectd::plugin {'cpufreq':
    ensure => $ensure
  }
}