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