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 = '',