summaryrefslogtreecommitdiff
path: root/manifests/vhost/passenger.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-01-30 17:42:45 +0100
committermh <mh@immerda.ch>2010-01-30 17:42:45 +0100
commit8871e2da47edf635bc2835c6abaec61086258a3d (patch)
treec5544ea2f2e58d5219662f54ffd5f4f4062fff4f /manifests/vhost/passenger.pp
parent7aafb4dbfe33f19d0a2a82d5bab79d77deb27853 (diff)
migrate missing parts
- migrate missing (newly introduced) vhosts - pass relevant_only stuff to subdefines
Diffstat (limited to 'manifests/vhost/passenger.pp')
-rw-r--r--manifests/vhost/passenger.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/vhost/passenger.pp b/manifests/vhost/passenger.pp
index 0279374..732758e 100644
--- a/manifests/vhost/passenger.pp
+++ b/manifests/vhost/passenger.pp
@@ -72,6 +72,7 @@ define apache::vhost::passenger(
htpasswd_file => $htpasswd_file,
htpasswd_path => $htpasswd_path,
mod_security => $mod_security,
+ mod_security_relevantonly => $mod_security_relevantonly,
}
}