Skip to content

Commit 417ea0a

Browse files
committed
update excluded_interface_re type to String"
1 parent b9e8d15 commit 417ea0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/integrations/network.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class datadog_agent::integrations::network(
2525
Boolean $collect_connection_state = false,
2626
Array[String] $excluded_interfaces = ['lo','lo0'],
27-
Array $excluded_interface_re = [],
27+
String $excluded_interface_re = '',
2828
Boolean $combine_connection_states = true,
2929
) inherits datadog_agent::params {
3030
include ::datadog_agent

0 commit comments

Comments
 (0)