# Based on https://wiki.koumbit.net/QwebIrc
-class qwebirc($ircserver = 'irc.myserver.com', $ircport = '6667', $realname = 'http://moo.com/',
- $webirc_mode = 'None', $base_url = 'http://foo.foo.org/', $network_name = 'FooNet',
- $sslport = false, $feedback_from = 'moo@moo.com', $feedback_to = 'moo@moo.com',
- $sslfingerprint = false, $webirc_password = false) {
+class qwebirc(
+ $ircserver = 'irc.myserver.com',
+ $ircport = '6667',
+ $realname = 'http://moo.com/',
+ $webirc_mode = 'None',
+ $base_url = 'http://foo.foo.org/',
+ $network_name = 'FooNet',
+ $sslport = false,
+ $feedback_from = 'moo@moo.com',
+ $feedback_to = 'moo@moo.com',
+ $sslfingerprint = false,
+ $webirc_password = false
+) {
package { [ 'python-twisted', 'python-openssl', 'python-simplejson', 'mercurial' ]:
ensure => present,