Skip to content

Commit

Permalink
default these to empty hashes since they can now be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen committed Jan 14, 2015
1 parent 22a1662 commit ba762bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/plugin/snmp.pp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://collectd.org/wiki/index.php/Plugin:SNMP
class collectd::plugin::snmp (
$ensure = present,
$data = undef,
$hosts = undef,
$data = {},
$hosts = {},
$interval = undef,
) {
if $::osfamily == 'Redhat' {
Expand Down

0 comments on commit ba762bd

Please sign in to comment.