File tree Expand file tree Collapse file tree 4 files changed +7
-18
lines changed Expand file tree Collapse file tree 4 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ SERVERS = [
15
15
"mail" ,
16
16
"moin" ,
17
17
"planet" ,
18
- "postgresql-primary" ,
19
18
"pypy-web" ,
20
19
"pythontest" ,
21
20
"web-pypa" ,
Original file line number Diff line number Diff line change 1
1
postgresql-clusters :
2
2
pg-vagrant-psf-io :
3
- host: postgresql-primary .vagrant.psf.io
3
+ host: salt-master .vagrant.psf.io
4
4
port: 5432
5
- sslmode: verify-ca
5
+ sslmode: verify-full
6
6
ca_cert_pillar: ' tls:ca:PSF_CA'
Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ roles:
55
55
purpose: " "
56
56
contact: " "
57
57
postgresql:
58
- pattern: " postgresql-* .vagrant.psf.io"
58
+ pattern: " salt-master .vagrant.psf.io"
59
59
purpose: " "
60
60
contact: " "
61
61
postgresql-primary :
62
- pattern: " postgresql-primary .vagrant.psf.io"
62
+ pattern: " salt-master .vagrant.psf.io"
63
63
purpose: " "
64
64
contact: " "
65
65
postgresql-replica :
Original file line number Diff line number Diff line change @@ -67,26 +67,16 @@ base:
67
67
- planet
68
68
- firewall.http
69
69
70
- ' postgresql ' :
70
+ ' salt-master ' :
71
71
- match: nodegroup
72
+ - firewall.salt
73
+ - pebble
72
74
- firewall.postgresql
73
75
- postgresql.server
74
76
- postgres.databases
75
-
76
- ' postgresql-primary' :
77
- - match: nodegroup
78
77
- secrets.postgresql-admin
79
78
- secrets.postgresql-users.all
80
79
81
- ' postgresql-replica' :
82
- - match: nodegroup
83
- - secrets.postgresql-users.replica
84
-
85
- ' salt-master' :
86
- - match: nodegroup
87
- - firewall.salt
88
- - pebble
89
-
90
80
' tracker' :
91
81
- match: nodegroup
92
82
- secrets.postgresql-users.tracker
You can’t perform that action at this time.
0 commit comments