--- /dev/null
+---
+accounts::users:
+ jenkins:
+ apply: true
+ sudo: false
+
+sudo::configs:
+ jenkins_rights:
+ priority: "06"
+ content: |
+ jenkins ALL=(apache) NOPASSWD: ALL
+
+infra::additional_classes:
+ - infra::profile::apache_php
+ - redis
+
+repo::remi_php72: true
+
+php::extensions:
+ gd: {}
+ opcache: {}
+ soap: {}
+ mbstring: {}
+ zip: {}
+ xml: {}
+ json: {}
+ pdo: {}
+ redis: {}
+ mysqlnd: {}
+
+php::settings:
+ 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'
+
+infra::profile::apache_php::fpm_pool:
+ api:
+ listen_owner: apache
+ listen_group: apache
+ pm_max_children: 20
+
+redis::bind: 0.0.0.0
+redis::manage_repo: true
+redis::timeout: 30
+redis::maxmemory: 1gb
+
+apache::mod::ssl::ssl_cipher: 'EECDH+AES:EDH+AES:!SHA1:!aNULL@STRENGTH'