summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-09 14:06:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-09 14:06:23 -0300
commit2b4e5bed7c9d85c0f65733be6ef6dc799a8d1261 (patch)
tree5810915bd56d85410a549ef1df917ced5242b04f /manifests/init.pp
parent2a18612ad452d93347bbf8c602cff63821cea843 (diff)
downloadpuppet-qwebirc-2b4e5bed7c9d85c0f65733be6ef6dc799a8d1261.tar.gz
puppet-qwebirc-2b4e5bed7c9d85c0f65733be6ef6dc799a8d1261.tar.bz2
Adding webirc_password
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 31c099e..4431751 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -2,7 +2,7 @@
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) {
+ $sslfingerprint = false, $webirc_password = false) {
package { [ 'python-twisted', 'python-openssl', 'python-simplejson', 'mercurial' ]:
ensure => present,