diff --git a/manifests/integration.pp b/manifests/integration.pp index 0e6ebd4b..b9dc1fc2 100644 --- a/manifests/integration.pp +++ b/manifests/integration.pp @@ -9,6 +9,7 @@ $in_location = '', $in_format = '', $in_max_log = '', + $options = '', ) { require wazuh::params_manager diff --git a/templates/fragments/_integration.erb b/templates/fragments/_integration.erb index 94b984a2..373b9f46 100644 --- a/templates/fragments/_integration.erb +++ b/templates/fragments/_integration.erb @@ -21,9 +21,12 @@ <% if @in_format != '' -%> <%= @in_format %> <% end %> + <% if @options != '' -%> + <%= @options %> + <% end %> <% if @in_max_log != '' -%> <%= @in_max_log %> <% end %> - +