---
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'