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
814adfc6a2
commit
6ce33263e0
@ -2,6 +2,7 @@
|
||||
#
|
||||
class etherpad_lite::apache (
|
||||
$vhost_name = $::fqdn,
|
||||
$serveradmin = "webmaster@${::fqdn}",
|
||||
$ssl_cert_file = '',
|
||||
$ssl_key_file = '',
|
||||
$ssl_chain_file = '',
|
||||
|
Loading…
Reference in New Issue
Block a user