summaryrefslogtreecommitdiff
path: root/manifests/vhost/php/typo3.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/php/typo3.pp
parent7aafb4dbfe33f19d0a2a82d5bab79d77deb27853 (diff)
migrate missing parts
- migrate missing (newly introduced) vhosts - pass relevant_only stuff to subdefines
Diffstat (limited to 'manifests/vhost/php/typo3.pp')
-rw-r--r--manifests/vhost/php/typo3.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/vhost/php/typo3.pp b/manifests/vhost/php/typo3.pp
index 28edb84..dec227c 100644
--- a/manifests/vhost/php/typo3.pp
+++ b/manifests/vhost/php/typo3.pp
@@ -79,6 +79,7 @@ define apache::vhost::php::typo3(
additional_options => $additional_options,
default_charset => $default_charset,
mod_security => $mod_security,
+ mod_security_relevantonly => $mod_security_relevantonly,
ssl_mode => $ssl_mode,
vhost_mode => $vhost_mode,
vhost_source => $vhost_source,