summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-07-19 22:30:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-07-19 22:30:50 -0300
commit6ef82f17ef7bc2d6edcd5ff5874891737618f447 (patch)
treebb370a99b9f86d4e93635ca19a3032896ea03c6a
parent1de335ada720dff4a9596164913edd1f927b9bb0 (diff)
downloadpuppet-qwebirc-6ef82f17ef7bc2d6edcd5ff5874891737618f447.tar.gz
puppet-qwebirc-6ef82f17ef7bc2d6edcd5ff5874891737618f447.tar.bz2
Adding missing quotes
-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 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.