Add etherpadlite server admin variable
The etherpad lite vhost template expects a server admin variable in the etherpad_lite::apache manifest. Add one with a default of webmaster@$fqdn. Change-Id: Id974496ec330fa1453bc60d65518f4264f107da7
This commit is contained in:
parent
4cc98b149c
commit
371e87eb55
@ -2,6 +2,7 @@
|
|||||||
#
|
#
|
||||||
class etherpad_lite::apache (
|
class etherpad_lite::apache (
|
||||||
$vhost_name = $::fqdn,
|
$vhost_name = $::fqdn,
|
||||||
|
$serveradmin = "webmaster@${::fqdn}",
|
||||||
$ssl_cert_file = '',
|
$ssl_cert_file = '',
|
||||||
$ssl_key_file = '',
|
$ssl_key_file = '',
|
||||||
$ssl_chain_file = '',
|
$ssl_chain_file = '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user