From 89446569f590534b25e997f33e16c8c503d46e43 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Wed, 13 Jul 2016 14:24:31 +0200 Subject: [PATCH] durpal correct default pool settings --- classes/site::profile::drupal.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/classes/site::profile::drupal.yaml b/classes/site::profile::drupal.yaml index 181901e9..eff65004 100644 --- a/classes/site::profile::drupal.yaml +++ b/classes/site::profile::drupal.yaml @@ -15,10 +15,10 @@ php::settings: # Do not use this key in an other location (customer) php_admin_value: - PHP/memory_limit: 128M - PHP/upload_max_filesize: 10M - PHP/post_max_size: 10M - PHP/max_execution_time: '240' + memory_limit: 128M + upload_max_filesize: 10M + post_max_size: 10M + max_execution_time: '240' # Do not use this key in an other location (customer) directories: -- 2.39.5