aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-03-02 23:24:29 +0000
committerNicolas Vigier <boklm@mageia.org>2011-03-02 23:24:29 +0000
commita5c88048c9aa742b692d95ebd24c24f045e69b25 (patch)
tree58bd31c304eec6f5ffda121cae1ba127d68db691
parent671e7e6e58341a308ab69baca8c25f0d0064257e (diff)
downloadpuppet-a5c88048c9aa742b692d95ebd24c24f045e69b25.tar
puppet-a5c88048c9aa742b692d95ebd24c24f045e69b25.tar.gz
puppet-a5c88048c9aa742b692d95ebd24c24f045e69b25.tar.bz2
puppet-a5c88048c9aa742b692d95ebd24c24f045e69b25.tar.xz
puppet-a5c88048c9aa742b692d95ebd24c24f045e69b25.zip
set ServerAdmin email
-rw-r--r--modules/apache/templates/01_default_ssl_vhost.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apache/templates/01_default_ssl_vhost.conf b/modules/apache/templates/01_default_ssl_vhost.conf
index 6f70f0dc..bbf12df9 100644
--- a/modules/apache/templates/01_default_ssl_vhost.conf
+++ b/modules/apache/templates/01_default_ssl_vhost.conf
@@ -15,7 +15,7 @@
# General setup for the virtual host
DocumentRoot "/var/www/html"
#ServerName localhost:443
-#ServerAdmin root@localhost
+ServerAdmin root@<%= domain %>
ErrorLog logs/ssl_error_log
<IfModule mod_log_config.c>