summaryrefslogtreecommitdiff
path: root/manifests/include
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-01-08 14:49:32 +0100
committermh <mh@immerda.ch>2012-01-08 14:49:32 +0100
commit89495dae91ac87b7dad314d6e1c3737913865e2b (patch)
tree742ea521eb80cf4970f74f23304fe76acf4c9685 /manifests/include
parentdfd32a09f2ae886d21b9391a4df5489cca81f435 (diff)
wrap it in a module statement
Diffstat (limited to 'manifests/include')
-rw-r--r--manifests/include/mod_fcgid.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/include/mod_fcgid.pp b/manifests/include/mod_fcgid.pp
index 4ecf40b..b3c1cdc 100644
--- a/manifests/include/mod_fcgid.pp
+++ b/manifests/include/mod_fcgid.pp
@@ -1,5 +1,7 @@
class apache::include::mod_fcgid {
apache::config::global{'mod_fcgid.conf':
- content => "FcgidFixPathinfo 1\n"
+ content => "<IfModule mod_fcgid.c>
+ FcgidFixPathinfo 1
+</IfModule>\n"
}
}