From 558a9175bfdf9a559642be31d49264e642612d86 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 24 Apr 2008 12:57:27 +0000 Subject: merged with puzzle upstream --- manifests/init.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index e5a795d..40f6c1c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,5 +1,6 @@ # modules/apache/manifests/init.pp # 2008 - admin(at)immerda.ch +# adapted by Puzzle ITC - haerry+puppet(at)puzzle.ch # License: GPLv3 import "modules/*.pp" @@ -121,6 +122,11 @@ class apache::openbsd inherits apache::base { } } +# extended apache configs +class apache::security inherits apache { + include apache::mod_security +} + ### config things define apache::vhost::file( -- cgit v1.2.3