From 89495dae91ac87b7dad314d6e1c3737913865e2b Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 8 Jan 2012 14:49:32 +0100 Subject: wrap it in a module statement --- manifests/include/mod_fcgid.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests/include/mod_fcgid.pp') 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 => " + FcgidFixPathinfo 1 +\n" } } -- cgit v1.2.3