summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-03-21 15:02:18 +0000
committermh <mh@immerda.ch>2008-03-21 15:02:18 +0000
commit321ff4c05a4f50f4ec188eb49ea3ac9b38f4df74 (patch)
tree77c6b993afeabe9d512b47a5f03fe27803a07071 /manifests/init.pp
parentf86a344c8eedc3e1b13ef4359ded97a978000853 (diff)
added mod_security-class, and a placeholder for mod_extract_forwarded_for
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index b23d221..74a0d4e 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -2,6 +2,8 @@
# 2008 - admin(at)immerda.ch
# License: GPLv3
+include modules/*.pp
+
class apache {
case $operatingsystem {
centos: { include apache::centos }