---
-accounts::users:
- deploy.vogel:
- apply: true
- group: apache
- service.typo3:
- apply: true
- group: apache
- thomas.bussmeyer:
- apply: true
- sudo: true
- group: apache
- bastian.gutschke:
- apply: true
- group: apache
- sudo: true
- markus.baumann:
- apply: true
- group: apache
- sudo: true
- jenkins:
- apply: true
- group: apache
- christian.schoenherr:
- apply: true
- sudo: true
- group: apache
- romy.pohl:
- apply: true
- groups:
- - apache
- santiago.nuneznegrillo:
- apply: true
- groups:
- - apache
-
-infra::role: base
-infra::additional_classes:
- - infra::profile::typo3
- - infra::profile::mysql_server
- - apache::mod::headers
-# - nodejs
- - redis
- - repo::redhat::passenger
- - apache::mod::passenger
- - infra::profile::symfony
-
-apache::default_vhost: false
-
-repo::remi_php56: true
-
-nodejs::repo_url_suffix: '6.x'
-
-mysql::server::override_options:
- mysqld:
- bind-address: 0.0.0.0
- character-set-server: utf8
- collation-server: utf8_general_ci
-
-php::extensions:
- gd: {}
- opcache: {}
- mysqlnd: {}
- soap: {}
- mbstring: {}
- xml: {}
- suhosin:
- settings:
- suhosin.request.max_varname_length: 200
- suhosin.post.max_name_length: 200
- suhosin.get.max_name_length: 200
- suhosin.get.max_value_length: 2000
- suhosin.executor.include.whitelist: 'phar,vfs'
- xdebug:
- provider: pecl
- settings:
- xdebug.max_nesting_level: 400
- xdebug.remote_port: 9001
- xdebug.idekey: apache
- xdebug.remote_connect_back: 1
- xdebug.remote_enable: 1
- zend: true
-
-infra::profile::typo3::projects:
- cms01:
- php_admin_value:
- always_populate_raw_post_data: -1
- upload_max_filesize: 100M
- post_max_size: 100M
- max_execution_time: '240'
- max_input_vars: '1500'
- memory_limit: '256M'
- cgi.fix_pathinfo: 0
+infra::role: base
\ No newline at end of file
---
+accounts::users:
+ deploy.vogel:
+ apply: true
+ group: apache
+ service.typo3:
+ apply: true
+ group: apache
+ thomas.bussmeyer:
+ apply: true
+ sudo: true
+ group: apache
+ bastian.gutschke:
+ apply: true
+ group: apache
+ sudo: true
+ markus.baumann:
+ apply: true
+ group: apache
+ sudo: true
+ jenkins:
+ apply: true
+ group: apache
+ christian.schoenherr:
+ apply: true
+ sudo: true
+ group: apache
+ romy.pohl:
+ apply: true
+ groups:
+ - apache
+ santiago.nuneznegrillo:
+ apply: true
+ groups:
+ - apache
+
+infra::additional_classes:
+ - infra::profile::typo3
+ - infra::profile::mysql_server
+ - apache::mod::headers
+# - nodejs
+ - redis
+ - repo::redhat::passenger
+ - apache::mod::passenger
+ - infra::profile::symfony
+
+apache::default_vhost: false
+
+repo::remi_php56: true
+
+nodejs::repo_url_suffix: '6.x'
+
+mysql::server::override_options:
+ mysqld:
+ bind-address: 0.0.0.0
+ character-set-server: utf8
+ collation-server: utf8_general_ci
+
+php::extensions:
+ gd: {}
+ opcache: {}
+ mysqlnd: {}
+ soap: {}
+ mbstring: {}
+ xml: {}
+ suhosin:
+ settings:
+ suhosin.request.max_varname_length: 200
+ suhosin.post.max_name_length: 200
+ suhosin.get.max_name_length: 200
+ suhosin.get.max_value_length: 2000
+ suhosin.executor.include.whitelist: 'phar,vfs'
+ xdebug:
+ provider: pecl
+ settings:
+ xdebug.max_nesting_level: 400
+ xdebug.remote_port: 9001
+ xdebug.idekey: apache
+ xdebug.remote_connect_back: 1
+ xdebug.remote_enable: 1
+ zend: true
+
+infra::profile::typo3::projects:
+ cms01:
+ php_admin_value:
+ always_populate_raw_post_data: -1
+ upload_max_filesize: 100M
+ post_max_size: 100M
+ max_execution_time: '240'
+ max_input_vars: '1500'
+ memory_limit: '256M'
+ cgi.fix_pathinfo: 0
+
sudo::configs:
deploy.vogel:
priority: "06"