summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-09 17:36:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-09 17:36:20 -0300
commitfa266205cc34e922b3c5dff321187cb72999554b (patch)
tree7fdfef3318f5dafcadb56e3b016f5c5e43fd7cce
parent5a779ae83b83d8e33cee57fe5c165e3b0a747159 (diff)
downloadpuppet-qwebirc-fa266205cc34e922b3c5dff321187cb72999554b.tar.gz
puppet-qwebirc-fa266205cc34e922b3c5dff321187cb72999554b.tar.bz2
Minor fix
-rw-r--r--templates/config.py.erb2
1 files changed, 1 insertions, 1 deletions
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