From 49064cc0ad4f89dd7aaa2690436c30a26a0385f9 Mon Sep 17 00:00:00 2001 From: o Date: Fri, 14 Nov 2014 11:47:35 +0100 Subject: sni: make ssl_cert configurable per vhost to support sni we configure ssl_certs on a vhost basis. additionally this commit introduces a generic configuration hash which will be used to replace most other parameters in the future. --- manifests/vhost/static.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/vhost/static.pp') diff --git a/manifests/vhost/static.pp b/manifests/vhost/static.pp index 21b062e..f919766 100644 --- a/manifests/vhost/static.pp +++ b/manifests/vhost/static.pp @@ -14,6 +14,7 @@ # define apache::vhost::static( $ensure = present, + $configuration = {}, $domain = 'absent', $domainalias = 'absent', $server_admin = 'absent', @@ -58,6 +59,7 @@ define apache::vhost::static( # create vhost configuration file ::apache::vhost{$name: ensure => $ensure, + configuration => $configuration, path => $path, template_partial => $template_partial, vhost_mode => $vhost_mode, -- cgit v1.2.3