nodes: replace pkg_apt:redis with bundle:redis
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
a09f565c78
commit
c25233b991
3 changed files with 8 additions and 6 deletions
|
@ -11,6 +11,7 @@ nodes['htz.ex42-1048908'] = {
|
|||
'nodejs',
|
||||
'php',
|
||||
'postfixadmin',
|
||||
'redis',
|
||||
'riot-web',
|
||||
'rspamd',
|
||||
'postgresql',
|
||||
|
@ -38,9 +39,12 @@ nodes['htz.ex42-1048908'] = {
|
|||
},
|
||||
'apt': {
|
||||
'packages': {
|
||||
# TODO
|
||||
'oidentd': {},
|
||||
'php-imagick': {},
|
||||
'redis': {},
|
||||
|
||||
# Jenkins build dependencies
|
||||
'rustc': {},
|
||||
|
||||
# No need to create a bundle just to install packages,
|
||||
# configs will be managed by users nevertheless.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue