]> gitweb.fluxo.info Git - puppet-qwebirc.git/commitdiff
Fixing sslport parameter
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Jan 2012 16:33:47 +0000 (14:33 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Jan 2012 16:33:47 +0000 (14:33 -0200)
templates/config.py.erb

index efafd7c0eb74619516236d5e6e449ebfe25f00dd..c899956e46cc9aedbf05ef4e489d60d84f28d0f8 100644 (file)
@@ -20,11 +20,11 @@ from qwebirc.config_options import *
 #         Port of IRC server to connect to.
 IRCSERVER, IRCPORT = "<%= ircserver %>", <%= ircport %>
 
-<% if ssl_port != false %>
+<% if sslport != false %>
 # OPTION: SSLPORT
 #         SSL port of IRC server to connect to.
 #         If this option is uncommented it will override IRCPORT.
-SSLPORT = 6697
+SSLPORT = <%= sslport %>
 <% end %>
 # OPTION: REALNAME
 #         The realname field of IRC clients will be set to this value.