From 371e87eb55e7ee1813cf10e078689ba2ce7032cc 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 --- manifests/apache.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/apache.pp b/manifests/apache.pp index 93287b0..95558ab 100644 --- a/manifests/apache.pp +++ b/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 = '',