summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-03-15 20:39:54 +0000
committermh <mh@immerda.ch>2009-03-15 20:39:54 +0000
commit2abb8745b28acb8d79fcf49f8930da1ccc1b6782 (patch)
treeaacf4e25fc1e57d57d5b70b14fd8e3d81e21a0ec /manifests
parentb40babb4cc007e498d70a3fd6ec208e61adfab68 (diff)
wordpress should have FileInfo allowed
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 11bd234..d05c6ed 100644
--- a/manifests/defines/vhost_varieties.pp
+++ b/manifests/defines/vhost_varieties.pp
@@ -309,7 +309,7 @@ define apache::vhost::php::wordpress(
$run_mode = 'normal',
$run_uid = 'absent',
$run_gid = 'absent',
- $allow_override = 'None',
+ $allow_override = 'FileInfo',
$php_upload_tmp_dir = 'absent',
$php_session_save_path = 'absent',
$do_includes = false,