summaryrefslogtreecommitdiff
path: root/manifests/include
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-01-08 14:37:37 +0100
committermh <mh@immerda.ch>2012-01-08 14:37:37 +0100
commitdfd32a09f2ae886d21b9391a4df5489cca81f435 (patch)
treedb2c11a9de6430f4b0a07782a72fab0aff41faf6 /manifests/include
parentf498fa4f3453387ba669abdea3bea64b03b78e76 (diff)
correct naming
Diffstat (limited to 'manifests/include')
-rw-r--r--manifests/include/mod_fcgid.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/include/mod_fcgid.pp b/manifests/include/mod_fcgid.pp
index 2dd415a..4ecf40b 100644
--- a/manifests/include/mod_fcgid.pp
+++ b/manifests/include/mod_fcgid.pp
@@ -1,5 +1,5 @@
class apache::include::mod_fcgid {
- apache::config::global{'mod_fcgid':
+ apache::config::global{'mod_fcgid.conf':
content => "FcgidFixPathinfo 1\n"
}
-} \ No newline at end of file
+}