move travelynx.franzi.business to rx300
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-07-02 16:15:31 +02:00
parent b7935e59e7
commit 9c1b4f5dbe
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 34 additions and 23 deletions

View file

@ -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'] = {