From 6a258072122229afebedc10968471a7dfc6a25d1 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 8 May 2011 19:12:41 +0000 Subject: Allow setting options in vhost base template --- modules/apache/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/apache/manifests/init.pp') diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp index b97c4f58..191ac0c3 100644 --- a/modules/apache/manifests/init.pp +++ b/modules/apache/manifests/init.pp @@ -145,6 +145,7 @@ class apache { $vhost = false, $aliases = {}, $server_aliases = [], + $options = [], $enable_public_html = false) { include apache::base if ! $vhost { -- cgit v1.2.1