Skip to content

Commit

Permalink
Lintian fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arioch committed Dec 17, 2014
1 parent 1dff045 commit d13b812
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/plugin/curl_json.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

# This is deprecated file naming ensuring old style file removed, and should be removed in next major relese
file { "${name}.load-deprecated":
path => "${conf_dir}/${name}.conf",
ensure => absent,
path => "${conf_dir}/${name}.conf",
}
# End deprecation

Expand Down
3 changes: 2 additions & 1 deletion manifests/plugin/sensors.pp
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# https://collectd.org/wiki/index.php/Plugin:Sensors
class collectd::plugin::sensors (
$ensure = present,
$sensorconfigfile = undef,
$sensor = undef,
$ignoreselected = undef,
$interval = undef,
$ensure = present
) {

collectd::plugin {'sensors':
Expand Down

0 comments on commit d13b812

Please sign in to comment.