Skip to content

Commit

Permalink
changing snmp_traps to undef
Browse files Browse the repository at this point in the history
  • Loading branch information
deligatedgeek committed Nov 10, 2023
1 parent 096d213 commit cbad6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
String $snmp_traps_enable = 'disable',
String $snmp_traps_community = 'public',
String $snmp_traps_dest = '127.0.0.1',
Array $snmp_traps = [],
Array $snmp_traps = undef,
) inherits freeradius::params {
if $freeradius::fr_version !~ /^3/ {
notify { 'This module is only compatible with FreeRADIUS 3.': }
Expand Down

0 comments on commit cbad6ae

Please sign in to comment.