From 6ce33263e01a2145e1aa1bdca110535f0c2dec49 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 12 Sep 2014 09:02:21 -0700 Subject: [PATCH] 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 --- modules/etherpad_lite/manifests/apache.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/etherpad_lite/manifests/apache.pp b/modules/etherpad_lite/manifests/apache.pp index 93287b0adf..95558ab9ea 100644 --- a/modules/etherpad_lite/manifests/apache.pp +++ b/modules/etherpad_lite/manifests/apache.pp @@ -2,6 +2,7 @@ # class etherpad_lite::apache ( $vhost_name = $::fqdn, + $serveradmin = "webmaster@${::fqdn}", $ssl_cert_file = '', $ssl_key_file = '', $ssl_chain_file = '',