summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-03-19 23:54:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-03-19 23:54:32 -0300
commit6422bfd04aff86b09df23f2eb267d43decf19b7f (patch)
tree240eddb2852f9580cbb52b62512b16e41c248097
parente83ed74392515cbeeea9d6416b72d2a1bc5d0ad3 (diff)
downloadpuppet-qwebirc-6422bfd04aff86b09df23f2eb267d43decf19b7f.tar.gz
puppet-qwebirc-6422bfd04aff86b09df23f2eb267d43decf19b7f.tar.bz2
Adding feedback parameters
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 46df5b3..91990db 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,7 +1,7 @@
# 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) {
+ $sslport = false, $feedback_from = 'moo@moo.com', $feedback_to = 'moo@moo.com') {
package { [ 'python-twisted', 'python-openssl', 'python-simplejson', 'mercurial' ]:
ensure => present,