From 807877b736c5f56689229b31024861f19a9b0ac6 Mon Sep 17 00:00:00 2001 From: Micah Date: Tue, 24 May 2016 10:19:28 -0400 Subject: Squashed 'puppet/modules/apache/' content from commit 415e950 git-subtree-dir: puppet/modules/apache git-subtree-split: 415e9504f99dca3ccaa4dfd389dde24ad9d0e01c --- templates/vhosts/0-default_ssl.conf.erb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/vhosts/0-default_ssl.conf.erb (limited to 'templates/vhosts/0-default_ssl.conf.erb') diff --git a/templates/vhosts/0-default_ssl.conf.erb b/templates/vhosts/0-default_ssl.conf.erb new file mode 100644 index 00000000..86e4979f --- /dev/null +++ b/templates/vhosts/0-default_ssl.conf.erb @@ -0,0 +1,21 @@ +############################################################ +### This file is managed by PUPPET! #### +### Only modify in repo or you will loose the changes! #### +############################################################ + + + Include include.d/defaults.inc + Include include.d/ssl_defaults.inc + DocumentRoot /var/www/html + + # Use separate log files for the SSL virtual host; note that LogLevel + # is not inherited from httpd.conf. + ErrorLog logs/ssl_error_log + TransferLog logs/ssl_access_log + LogLevel warn + +<%= scope.function_templatewlv(['apache/vhosts/partials/ssl.erb', + {'configuration' => {}}]) %> + + +# vim: ts=4 filetype=apache -- cgit v1.2.3