From 2296eb3b33e2d61f666145b10761b1277df79ce6 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 14 Sep 2018 17:06:08 +0200 Subject: [PATCH] fix lint for joml --- customer/joml/common.yaml | 2 +- customer/joml/production.yaml | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/customer/joml/common.yaml b/customer/joml/common.yaml index 2a7a441a..05304ff8 100644 --- a/customer/joml/common.yaml +++ b/customer/joml/common.yaml @@ -40,7 +40,7 @@ php::fpm::pools: www: ensure: absent -apache::timeout: 600 # for excel import projekttraeger +apache::timeout: 600 # for excel import projekttraeger repo::remi_php56: false repo::remi_php71: true diff --git a/customer/joml/production.yaml b/customer/joml/production.yaml index 3c0f16f2..7df01ea4 100644 --- a/customer/joml/production.yaml +++ b/customer/joml/production.yaml @@ -31,19 +31,19 @@ infra::profile::mysql_server::databases: user: twp password: ENC[PKCS7,MIIBiQYJKoZIhvcNAQcDoIIBejCCAXYCAQAxggEhMIIBHQIBADAFMAACAQEwDQYJKoZIhvcNAQEBBQAEggEAFXZGvvRZT0kWzdqyYDqSVbNRGryqBZjK0KBmSBsimDIPaBcKMYCY5XjEmAONQNO5FngL516udUZNJA5BhmDnf+NBYXMoSYT5uh2HJ4AzLXO5rhoGNZH1U8Wal3xfoaISSlewuB/38ziB1DwoTVRQxw8MNj5+w7LHBV7VXWaXks55apWr2tQUbh0sfbhGx5dxcy9Txchf6YHOCXUSWFeZNQGB+okBk8DIw6IZGxxPR4eflLcH799ORukZ4blMaDJNaZEds3CKCNL5TjDyHHzVA2loCVqHtJyfNvtGrACtWM+AcXZ19pijW7vqRI1Mk5oeF94MHJCaHwcYd7j5FbU9+TBMBgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBBpZ5ODDBP+ClLCUNWdUbmLgCC8pamAvmhON9jorYsrajcM/1U6wg6PF7e9XN+fTZthQA==] -#php::extensions: -# gd: {} -# opcache: {} -# mysqlnd: {} -# soap: {} -# 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' -# mbstring: {} +# php::extensions: +# gd: {} +# opcache: {} +# mysqlnd: {} +# soap: {} +# 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' +# mbstring: {} repo::remi_php56: false repo::remi_php71: true @@ -207,4 +207,4 @@ solr::cores: - /var/solr-typo3/typo3cores/eures_de/conf/general_schema_fields.xml - /var/solr-typo3/typo3cores/eures_de/conf/general_schema_types.xml - /var/solr-typo3/typo3cores/eures_de/conf/german-common-nouns.txt - - /var/solr-typo3/typo3cores/eures_de/conf/_schema_analysis_stopwords_german.json \ No newline at end of file + - /var/solr-typo3/typo3cores/eures_de/conf/_schema_analysis_stopwords_german.json -- 2.39.5