From 504c4f23146f96eedb7d982dcc8f4230cdf7bf69 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 11 Nov 2020 16:29:27 +0100 Subject: [PATCH] nodes/{htz.ex42-1048908,htz-cloud.pirmasens}: make sure we have redis installed --- nodes/htz-cloud/pirmasens.py | 5 +++++ nodes/htz/ex42-1048908.py | 1 + 2 files changed, 6 insertions(+) diff --git a/nodes/htz-cloud/pirmasens.py b/nodes/htz-cloud/pirmasens.py index da395f4..b48fbc7 100644 --- a/nodes/htz-cloud/pirmasens.py +++ b/nodes/htz-cloud/pirmasens.py @@ -20,6 +20,11 @@ nodes['htz-cloud.pirmasens'] = { 'gateway6': 'fe80::1', }, }, + 'apt': { + 'packages': { + 'redis': {}, + }, + }, 'cron': { 'backup': '0 2 * * * root /root/backup.sh', }, diff --git a/nodes/htz/ex42-1048908.py b/nodes/htz/ex42-1048908.py index 4af4f29..569c95d 100644 --- a/nodes/htz/ex42-1048908.py +++ b/nodes/htz/ex42-1048908.py @@ -36,6 +36,7 @@ nodes['htz.ex42-1048908'] = { 'apt': { 'packages': { 'php-imagick': {}, + 'redis': {}, # No need to create a bundle just to install packages, # configs will be managed by users nevertheless. Maybe