From: Silvio Rhatto Date: Fri, 20 Jul 2012 01:30:50 +0000 (-0300) Subject: Adding missing quotes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6ef82f17ef7bc2d6edcd5ff5874891737618f447;p=puppet-qwebirc.git Adding missing quotes --- diff --git a/templates/config.py.erb b/templates/config.py.erb index b960f37..b2dd998 100644 --- a/templates/config.py.erb +++ b/templates/config.py.erb @@ -31,7 +31,7 @@ SSLPORT = <%= sslport %> # OPTION: SSLFINGERPRINT # SHA1 Fingerprint of the IRC Server SSL key. Connections # will fail if this fingerprint doesn't match. -SSLFINGERPRINT = <%= sslfingerprint %> +SSLFINGERPRINT = "<%= sslfingerprint %>" <% end %> # OPTION: REALNAME # The realname field of IRC clients will be set to this value.