summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2009-03-09 21:14:44 +0000
committerandreas <andreas@immerda.ch>2009-03-09 21:14:44 +0000
commit73b4a680216302e6758bbefa04e789192f8da1fb (patch)
treef4a0f4e4511ebc8dfe97ebd0b0d6244056bac548 /manifests
parentbcc2f12b4dd1cf7f77a7a6957914155bf6b5414f (diff)
no mod_security for joomla at the moment
Diffstat (limited to 'manifests')
-rw-r--r--manifests/defines/vhost_varieties.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/defines/vhost_varieties.pp b/manifests/defines/vhost_varieties.pp
index efe1ca8..e2f2e13 100644
--- a/manifests/defines/vhost_varieties.pp
+++ b/manifests/defines/vhost_varieties.pp
@@ -178,7 +178,7 @@ define apache::vhost::php::joomla(
$options = 'absent',
$additional_options = 'absent',
$default_charset = 'absent',
- $mod_security = true,
+ $mod_security = false,
$ssl_mode = false,
$vhost_mode = 'template',
$vhost_source = 'absent',