summaryrefslogtreecommitdiff
path: root/manifests/vhost/template.pp
diff options
context:
space:
mode:
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") }
}