Skip to content

Commit

Permalink
Merge pull request redhat-openstack#202 from arioch/master
Browse files Browse the repository at this point in the history
Style / lintian fixes
  • Loading branch information
blkperl committed Dec 26, 2014
2 parents cc315de + d13b812 commit 9944bf1
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 9944bf1

Please sign in to comment.