Skip to content

Commit

Permalink
Fixed spec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Feb 12, 2017
1 parent a821abc commit c80492a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/plugin/turbostat.pp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# https://collectd.org/documentation/manpages/collectd.conf.5.shtml#plugin_turbostat
class collectd::plugin::turbostat (
Enum['present', 'absent'] $ensure = 'present',
Optional[String] $core_c_states = undef,
Optional[String] $package_c_states = undef,
Optional[Interger] $core_c_states = undef,
Optional[Interger] $package_c_states = undef,
Optional[Boolean] $system_management_interrupt = undef,
Optional[Boolean] $digital_temperature_sensor = undef,
Optional[String] $tcc_activation_temp = undef,
Optional[String] $running_average_power_limit = undef,
Optional[Interger] $tcc_activation_temp = undef,
Optional[Interger] $running_average_power_limit = undef,
) {
include ::collectd

Expand Down

0 comments on commit c80492a

Please sign in to comment.