From a4c42733b9e3febd5233f9ba0b3fd39a994e3146 Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Fri, 13 Apr 2018 11:40:05 +0200 Subject: [PATCH] redis on stage-www-publicispixelpark-de.pixelpark.com --- .../stage-www-publicispixelpark-de.pixelpark.com.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/customer/pixelpark/stage-www-publicispixelpark-de.pixelpark.com.yaml b/customer/pixelpark/stage-www-publicispixelpark-de.pixelpark.com.yaml index ea548dab..8409a573 100644 --- a/customer/pixelpark/stage-www-publicispixelpark-de.pixelpark.com.yaml +++ b/customer/pixelpark/stage-www-publicispixelpark-de.pixelpark.com.yaml @@ -4,6 +4,7 @@ infra::additional_classes: - infra::profile::typo3 - infra::profile::mysql_server - infra::profile::postfix + - redis - infra::profile::cron # user @@ -34,6 +35,11 @@ postfix::myorigin: 'pixelpark.com' infra::additional_packages: ImageMagick: {} +redis::bind: 0.0.0.0 +redis::manage_repo: true +redis::timeout: 30 +redis::maxmemory: 3gb + # php packages repo::remi_php71: true @@ -80,10 +86,11 @@ mysql::server::backup::backuppassword: ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWY mysql::server::backup::backupdir: /var/lib/backup/mysql +# typo3 scheduler cron infra::profile::cron::cronjobs: vbb-import: command: '/bin/php /var/www/pubpix/web/typo3/sysext/core/bin/typo3 scheduler:run' - minute: '15' + minute: '*/15' hour: '*' date: '*' month: '*' @@ -94,7 +101,6 @@ infra::profile::cron::cronjobs: - 'PATH="/usr/bin:/bin"' description: 'typo3 scheduler' - # basic auth apache - check infra::profile::apache::htdigest: server: -- 2.39.5