'': { $apache_error_dest = "${apache_error_folder}/index.html" }
}
+ case $apache_server_name {
+ '': { $apache_server_name = $fqdn }
+ }
+
define site($ensure = present, $docroot = false, $redirect = false,
$redirect_match = false, $protocol = 'http',
$server_alias = false, $use = false, $ticket = false,
# such as the number of concurrent requests it can handle or where it
# can find its configuration files.
#
-ServerName <%= fqdn %>
+ServerName <%= apache_server_name %>
#
# ServerRoot: The top of the directory tree under which the server's