wiki: Handle collab_daemon variable explicitly as string
This commit is contained in:
parent
3b836e1e1a
commit
1fbaaacc65
1 changed files with 2 additions and 3 deletions
|
@ -152,8 +152,7 @@ class wiki::collabbackend inherits wiki::graphingwiki::common {
|
|||
# Defaults to conference.$wiki_collab_jabberdomain.
|
||||
#
|
||||
# $collab_daemon:
|
||||
# Bool for whether to use wsgi daemon mode for collab.
|
||||
# Defaults to false.
|
||||
# Use wsgi daemon mode if set to "true".
|
||||
#
|
||||
class wiki::collab {
|
||||
|
||||
|
@ -365,7 +364,7 @@ class wiki::collab {
|
|||
content => template("wiki/collab-httpd.conf.erb"),
|
||||
}
|
||||
|
||||
if $collab_daemon == true {
|
||||
if $collab_daemon == "true" {
|
||||
apache::configfile { "wsgi_collab.conf":
|
||||
http => false,
|
||||
content => template("wiki/collab-wsgi.conf.erb"),
|
||||
|
|
Loading…
Add table
Reference in a new issue