Removed unused variable in wiki module

This commit is contained in:
Ossi Salmi 2012-12-13 19:33:44 +02:00
parent c0d8476315
commit 64fc98ba01

View file

@ -140,7 +140,7 @@ class wiki::collab inherits wiki::graphingwiki::common {
# Directory for wiki data. Defaults to /srv/wikis. # Directory for wiki data. Defaults to /srv/wikis.
# #
# $collab_webhosts: # $collab_webhosts:
# List of collab virtual hosts. Defaults to [ "$homename" ]. # List of collab virtual hosts.
# #
# $collab_webroot: # $collab_webroot:
# Path to collab in webserver document root. # Path to collab in webserver document root.
@ -328,10 +328,6 @@ class wiki::collab::base {
before => Exec["collab-create collab collab"], before => Exec["collab-create collab collab"],
} }
if !$wiki_collab_fqdn {
$wiki_collab_fqdn = $homename
}
if !$collab_webroot { if !$collab_webroot {
$collab_webroot = "/srv/www/https/*/collab" $collab_webroot = "/srv/www/https/*/collab"
} }