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.
|
# 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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue