diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-09 17:43:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-09 17:43:36 -0300 |
commit | e4048f469bfb6f503a53f9803933b2053abdf75a (patch) | |
tree | 3ce1a6d7920727ebc7b7ca505194da8725608f7f | |
parent | fa266205cc34e922b3c5dff321187cb72999554b (diff) | |
download | puppet-qwebirc-e4048f469bfb6f503a53f9803933b2053abdf75a.tar.gz puppet-qwebirc-e4048f469bfb6f503a53f9803933b2053abdf75a.tar.bz2 |
Removing duplicate parameter
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 88bec31..4ef3e31 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -13,7 +13,6 @@ class qwebirc( $webirc_password = false, $ident = 'webchat', $args = '-n -p 3989', - $base_url = '', $forwarded_for_header = '', $forwarded_for_ips = '' ) { |