summaryrefslogtreecommitdiff
path: root/manifests/includes.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-05 17:21:54 +0000
committermh <mh@immerda.ch>2008-12-05 17:21:54 +0000
commit5f0206aaeb5f8be87f6ee39448e7f36a3c7dd6ee (patch)
tree17f031e4fdbcc7aef98012066ceba3c13be54cb8 /manifests/includes.pp
parentb690f927b3cb8d24c0ef514a989e47ee112eb0b9 (diff)
- add index.shtml to default index if we do includ
es, as well add +Includes to the directory options if not yet done - removed the security rewrite as it is already in the defaults.inc! - removed the enforcement of mod_security
Diffstat (limited to 'manifests/includes.pp')
-rw-r--r--manifests/includes.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/includes.pp b/manifests/includes.pp
new file mode 100644
index 0000000..fa31e59
--- /dev/null
+++ b/manifests/includes.pp
@@ -0,0 +1,5 @@
+# manifests/includes.pp
+
+class apache::includes {
+ apache::config::file{'do_includes.conf':}
+}