Skip to content

Commit bd5b91f

Browse files
committed
remove unsupported PostgreSQL configuration templates and test variables
1 parent 915a9ea commit bd5b91f

9 files changed

+2
-2737
lines changed

templates/postgresql.conf-10.j2

-668
This file was deleted.

templates/postgresql.conf-10.orig

-663
This file was deleted.

templates/postgresql.conf-11.j2

-694
This file was deleted.

templates/postgresql.conf-11.orig

-693
This file was deleted.

tests/docker/group_vars/all.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22

33
postgresql_versions:
4-
- 10
5-
- 11
64
- 12
75
- 13
86
- 14
97
- 15
8+
- 16

tests/vars.yml

-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
---
2-
3-
#--- will be set by molecule
4-
#postgresql_version: "{{ postgresql_version | default('13') }}"
5-
62
postgresql_port: 5433
73

84
postgresql_databases:
@@ -14,15 +10,11 @@ postgresql_databases:
1410
state: absent
1511

1612
postgresql_users:
17-
18-
# postgresql >=10 does not accept unencrypted passwords
1913
- name: baz
20-
#pass: md51a1dc91c907325c69271ddf0c944bc72
2114
pass: SCRAM-SHA-256$4096:En1EXwWCRrgFjvDuZ3m5WQ==$Bt4eGQmfMdiTeuz3ZArSBN4XOq+r4VRKW1HZIyxbhUo=:PMAr9udG0/5+5c+36BDO37XFgr/jMDoulhYVwy3haXc=
2215
encrypted: yes
2316

2417
- name: zab
25-
#pass: md51a1dc91c907325c69271ddf0c944bc72
2618
pass: SCRAM-SHA-256$4096:En1EXwWCRrgFjvDuZ3m5WQ==$Bt4eGQmfMdiTeuz3ZArSBN4XOq+r4VRKW1HZIyxbhUo=:PMAr9udG0/5+5c+36BDO37XFgr/jMDoulhYVwy3haXc=
2719
encrypted: yes
2820

vars/postgresql_10.yml

-4
This file was deleted.

vars/postgresql_11.yml

-5
This file was deleted.

vars/postgresql_14.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
# PostgreSQL vars for v14
3+
34
postgresql_client_connection_check_interval: 60

0 commit comments

Comments
 (0)