move travelynx.franzi.business to rx300
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
b7935e59e7
commit
9c1b4f5dbe
6 changed files with 34 additions and 23 deletions
|
@ -5,11 +5,9 @@ pkg_apt = {
|
|||
'postgresql-client-common': {},
|
||||
'postgresql-{}'.format(postgresql_version): {},
|
||||
'postgresql-client-{}'.format(postgresql_version): {},
|
||||
'postgresql-server-dev-{}'.format(postgresql_version): {}
|
||||
}
|
||||
|
||||
if node.metadata.get('postgresql/install_dev', False):
|
||||
pkg_apt['postgresql-server-dev-{}'.format(postgresql_version)] = {}
|
||||
|
||||
if node.has_bundle('zfs'):
|
||||
for pkgname, pkgconfig in pkg_apt.items():
|
||||
pkg_apt[pkgname]['needs'] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue