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

@ -43,6 +43,9 @@ nodes['gce.bind01'] = {
},
},
},
'postgresql': {
'version': '11',
},
'powerdns': {
'is_secondary': False,
'secondary_nameservers': 'dns',

View file

@ -24,6 +24,9 @@ nodes['gce.dns02'] = {
'backups': {
'exclude_from_backups': True,
},
'postgresql': {
'version': '11',
},
'powerdns': {
'my_hostname': 'ns-2.kunbox.net',
},

View file

@ -23,6 +23,9 @@ nodes['gce.dns03'] = {
},
'backups': {
'exclude_from_backups': True,
},
'postgresql': {
'version': '11',
},
'powerdns': {
'my_hostname': 'ns-3.kunbox.net',