From: Silvio Rhatto Date: Thu, 9 May 2013 20:36:20 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fa266205cc34e922b3c5dff321187cb72999554b;p=puppet-qwebirc.git Minor fix --- diff --git a/templates/config.py.erb b/templates/config.py.erb index ab28920..9c2bf91 100644 --- a/templates/config.py.erb +++ b/templates/config.py.erb @@ -196,7 +196,7 @@ FORWARDED_FOR_HEADER="<%= forwarded_for_header %>" # headers will be accepted from. #FORWARDED_FOR_IPS=["127.0.0.1"] <%- if forwarded_for_ips != '' -%> -FORWARDED_FOR_IPS="<%= forwarded_for_ips %>" +FORWARDED_FOR_IPS=<%= forwarded_for_ips %> <%- end -%> # EXECUTION OPTIONS