From: Silvio Rhatto Date: Sat, 28 Jan 2012 16:33:47 +0000 (-0200) Subject: Fixing sslport parameter X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=34845322d47a0ae887d965bb865282d90af93443;p=puppet-qwebirc.git Fixing sslport parameter --- diff --git a/templates/config.py.erb b/templates/config.py.erb index efafd7c..c899956 100644 --- a/templates/config.py.erb +++ b/templates/config.py.erb @@ -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.