nodes/{htz.ex42-1048908,htz-cloud.pirmasens}: make sure we have redis installed

This commit is contained in:
Franzi 2020-11-11 16:29:27 +01:00
parent 087f4bb74d
commit 504c4f2314
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 6 additions and 0 deletions

View file

@ -20,6 +20,11 @@ nodes['htz-cloud.pirmasens'] = {
'gateway6': 'fe80::1', 'gateway6': 'fe80::1',
}, },
}, },
'apt': {
'packages': {
'redis': {},
},
},
'cron': { 'cron': {
'backup': '0 2 * * * root /root/backup.sh', 'backup': '0 2 * * * root /root/backup.sh',
}, },

View file

@ -36,6 +36,7 @@ nodes['htz.ex42-1048908'] = {
'apt': { 'apt': {
'packages': { 'packages': {
'php-imagick': {}, 'php-imagick': {},
'redis': {},
# No need to create a bundle just to install packages, # No need to create a bundle just to install packages,
# configs will be managed by users nevertheless. Maybe # configs will be managed by users nevertheless. Maybe