From: sascha Date: Thu, 12 Oct 2017 12:52:27 +0000 (+0200) Subject: first config tries for test-webstats01 X-Git-Tag: v0.1.0~2342^2~4 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=1d93835c2fb15bf159a08dd86c7e01b9256c9292;p=pixelpark%2Fhiera.git first config tries for test-webstats01 --- diff --git a/customer/pixelpark-piwik/test-webstats01.pixelpark.net.yaml b/customer/pixelpark-piwik/test-webstats01.pixelpark.net.yaml index 3b0442d3..210a6fb7 100644 --- a/customer/pixelpark-piwik/test-webstats01.pixelpark.net.yaml +++ b/customer/pixelpark-piwik/test-webstats01.pixelpark.net.yaml @@ -1,2 +1,38 @@ --- infra::role: base +infra::additional_classes: + - infra::profile::nginx_php_fpm_server +# - infra::profile::mysql_server +# - infra::profile::monitoring::mysql + +infra::profile::nginx_php_fpm_server::location: + 'piwik': + www_root: '/srv/www/test-webstats01' + vhost: + location: '/' + location_deny: + - 'all' + +php::extensions: + gd: {} + mysqlnd: {} + pecl-ssh2: {} + xml: {} + mbstring: {} + curl: {} + cli: {} + + +php::settings: +# PHP/serialize_precision: 100 war unter PHP 5.3 Standart ist jetzt bei 17 + PHP/memory_limit: 320M + PHP/post_max_size: 20M + PHP/register_globals: 'Off' + PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web' + PHP/max_execution_time: 30 + PHP/max_input_time: 60 + PHP/output_buffering: 65536 + PHP/upload_max_filesize: 4M + PHP/max_file_uploads: 50 + PHP/short_open_tag: 'On' + PHP/expose_php: 'Off' diff --git a/customer/pixelpark-piwik/webstats08.pixelpark.net.yaml b/customer/pixelpark-piwik/webstats08.pixelpark.net.yaml deleted file mode 100644 index 3b0442d3..00000000 --- a/customer/pixelpark-piwik/webstats08.pixelpark.net.yaml +++ /dev/null @@ -1,2 +0,0 @@ ---- -infra::role: base