summaryrefslogtreecommitdiff
path: root/manifests/vhost/template.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-09 01:00:53 +0200
committermh <mh@immerda.ch>2011-10-09 01:00:53 +0200
commitd2b1d040b9225b8ae077e3babd9a2f4d5b9dd4e8 (patch)
treeac07860d0bfa33d6457b353f6d186ab4b0a0140a /manifests/vhost/template.pp
parent40d57d53c94f58c68c946fe35b7a567629953d17 (diff)
do the same for fcgid
Diffstat (limited to 'manifests/vhost/template.pp')
-rw-r--r--manifests/vhost/template.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/template.pp b/manifests/vhost/template.pp
index 21fdb65..11926a6 100644
--- a/manifests/vhost/template.pp
+++ b/manifests/vhost/template.pp
@@ -110,7 +110,7 @@ define apache::vhost::template(
'static-itk': { $logfileprefix = 'static' }
}
case $run_mode {
- 'itk','proxy-itk','static-itk': {
+ 'fcgid','itk','proxy-itk','static-itk': {
case $run_uid {
'absent': { fail("you have to define run_uid for $name on $fqdn") }
}