]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
(stage)-www-publicispixelpark-de redis on both publicispixelpark-de.pixelpark.com...
authorsascha.strassheim <sascha.strassheim@pixelpark.com>
Fri, 13 Apr 2018 09:50:29 +0000 (11:50 +0200)
committersascha.strassheim <sascha.strassheim@pixelpark.com>
Fri, 13 Apr 2018 09:50:29 +0000 (11:50 +0200)
customer/pixelpark/stage-www-publicispixelpark-de.pixelpark.com.yaml
customer/pixelpark/www-publicispixelpark-de.pixelpark.com.yaml

index 5c6385e3241a36a41fd10a6c5a534c6e8c707f0c..511d6572fb2ee989487ceefe4b72d0bac22d261d 100644 (file)
@@ -35,6 +35,7 @@ postfix::myorigin: 'pixelpark.com'
 infra::additional_packages:
   ImageMagick: {}
 
+# redis for typo3 cache
 redis::bind: 0.0.0.0
 redis::manage_repo: true
 redis::timeout: 30
index e066073bcb1d311e0104afcec92ad716912254fa..f92a67a4078216997c4962f9cf2743ee27d0dedf 100644 (file)
@@ -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,12 @@ postfix::myorigin: 'pixelpark.com'
 infra::additional_packages:
   ImageMagick: {}
 
+# redis for typo3 cache
+redis::bind: 0.0.0.0
+redis::manage_repo: true
+redis::timeout: 30
+redis::maxmemory: 1gb
+
 # php packages
 repo::remi_php71: true