From: Philipp Dallig Date: Wed, 18 May 2016 08:21:35 +0000 (+0200) Subject: rename typo3_flow -> flow X-Git-Tag: v0.1.0~4840 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=9b5e8447522e21e7e9a33b9fa8b6e50f05b6e35a;p=pixelpark%2Fhiera.git rename typo3_flow -> flow --- diff --git a/classes/site::profile::flow.yaml b/classes/site::profile::flow.yaml new file mode 100644 index 00000000..b3588235 --- /dev/null +++ b/classes/site::profile::flow.yaml @@ -0,0 +1,46 @@ +--- +php::extensions: + opcache: {} + mysqlnd: {} + mbstring: {} + tokenizer: {} + +# Do not use this key in an other location (customer) +typo3_flow_project: + flow: + version: '3.2.2' + db_pass: qeSNVEu19PFxRu1g + db_user: flow + db_name: flow + servername: flow-dummy.de + +# Do not use this key in an other location (customer) +php_admin_value: + error_log: /var/log/php-fpm/%{php_fpm_pool_name}-error.log + memory_limit: 256M + max_execution_time: '240' + +# Do not use this key in an other location (customer) +directories: + - directory_docroot: + provider: 'directory' + path: "%{docroot}" + addhandlers: + - { handler: "proxy:%{unix_socket_path}|fcgi://./" , extensions: '.php' } + options: + - FollowSymLinks + allow_override: + - All + directoryindex: 'index.php' + - directory_resource: + provider: 'directory' + path: "%{docroot}/_Resources" + allow_override: + - None + sethandler: "default-handler" + +# Do not use this key in an other location (customer) +headers: + - 'set X-Frame-Options: sameorigin' + - 'set X-XSS-Protection: "1; mode=block"' + - 'set X-Content-Type-Options: nosniff' diff --git a/classes/site::profile::typo3_flow.yaml b/classes/site::profile::typo3_flow.yaml deleted file mode 100644 index b3588235..00000000 --- a/classes/site::profile::typo3_flow.yaml +++ /dev/null @@ -1,46 +0,0 @@ ---- -php::extensions: - opcache: {} - mysqlnd: {} - mbstring: {} - tokenizer: {} - -# Do not use this key in an other location (customer) -typo3_flow_project: - flow: - version: '3.2.2' - db_pass: qeSNVEu19PFxRu1g - db_user: flow - db_name: flow - servername: flow-dummy.de - -# Do not use this key in an other location (customer) -php_admin_value: - error_log: /var/log/php-fpm/%{php_fpm_pool_name}-error.log - memory_limit: 256M - max_execution_time: '240' - -# Do not use this key in an other location (customer) -directories: - - directory_docroot: - provider: 'directory' - path: "%{docroot}" - addhandlers: - - { handler: "proxy:%{unix_socket_path}|fcgi://./" , extensions: '.php' } - options: - - FollowSymLinks - allow_override: - - All - directoryindex: 'index.php' - - directory_resource: - provider: 'directory' - path: "%{docroot}/_Resources" - allow_override: - - None - sethandler: "default-handler" - -# Do not use this key in an other location (customer) -headers: - - 'set X-Frame-Options: sameorigin' - - 'set X-XSS-Protection: "1; mode=block"' - - 'set X-Content-Type-Options: nosniff'