diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-07-19 22:30:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-07-19 22:30:50 -0300 |
commit | 6ef82f17ef7bc2d6edcd5ff5874891737618f447 (patch) | |
tree | bb370a99b9f86d4e93635ca19a3032896ea03c6a | |
parent | 1de335ada720dff4a9596164913edd1f927b9bb0 (diff) | |
download | puppet-qwebirc-6ef82f17ef7bc2d6edcd5ff5874891737618f447.tar.gz puppet-qwebirc-6ef82f17ef7bc2d6edcd5ff5874891737618f447.tar.bz2 |
Adding missing quotes
-rw-r--r-- | templates/config.py.erb | 2 |
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. |