bw/bundles/postgresql: do not auto-detect postgresql version from debian version
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2022-02-27 12:51:53 +01:00
parent 58a093aa69
commit e909144544
Signed by: kunsi
GPG key ID: 12E3D2136B818350
11 changed files with 30 additions and 10 deletions

View file

@ -68,6 +68,9 @@ nodes['home.paperless-sophie'] = {
'version': 'ng-1.4.4',
'timezone': 'Europe/Berlin',
},
'postgresql': {
'version': '11',
},
'vm': {
'cpu': 2,
'ram': 2,

View file

@ -58,6 +58,9 @@ nodes['home.paperless'] = {
'version': 'ng-1.4.4',
'timezone': 'Europe/Berlin',
},
'postgresql': {
'version': '11',
},
'vm': {
'cpu': 2,
'ram': 2,