We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a1662 commit ba762bdCopy full SHA for ba762bd
1 file changed
manifests/plugin/snmp.pp
@@ -1,8 +1,8 @@
1
# https://collectd.org/wiki/index.php/Plugin:SNMP
2
class collectd::plugin::snmp (
3
$ensure = present,
4
- $data = undef,
5
- $hosts = undef,
+ $data = {},
+ $hosts = {},
6
$interval = undef,
7
) {
8
if $::osfamily == 'Redhat' {
0 commit comments