Removed unused variable in wiki module
This commit is contained in:
parent
c0d8476315
commit
64fc98ba01
1 changed files with 1 additions and 5 deletions
|
@ -140,7 +140,7 @@ class wiki::collab inherits wiki::graphingwiki::common {
|
|||
# Directory for wiki data. Defaults to /srv/wikis.
|
||||
#
|
||||
# $collab_webhosts:
|
||||
# List of collab virtual hosts. Defaults to [ "$homename" ].
|
||||
# List of collab virtual hosts.
|
||||
#
|
||||
# $collab_webroot:
|
||||
# Path to collab in webserver document root.
|
||||
|
@ -328,10 +328,6 @@ class wiki::collab::base {
|
|||
before => Exec["collab-create collab collab"],
|
||||
}
|
||||
|
||||
if !$wiki_collab_fqdn {
|
||||
$wiki_collab_fqdn = $homename
|
||||
}
|
||||
|
||||
if !$collab_webroot {
|
||||
$collab_webroot = "/srv/www/https/*/collab"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue