Hi everyone ! Having some trouble with ERB templat...
# puppet
r
Hi everyone ! Having some trouble with ERB templating.. In
suricata
configuration file, there are some syntax that conflicts with the ERB templating syntax.. For example this line.. ERB is trying to interpret the
%n
because there was previously a
<%
..
Copy code
#default-log-format: "[%i] %t - (%f:%l) <%d> (%n) -- "
How can I tell ERB, for this line, to NOT interpret it, but still have it in the file ?