File tree 3 files changed +19
-20
lines changed
integration/default/controls
3 files changed +19
-20
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ postgres:
36
36
# The default `encoding` is derived from the `locale` so not recommended
37
37
# to provide a value for it unless necessary
38
38
cluster :
39
- locale : en_GB .UTF-8
39
+ locale : en_US .UTF-8
40
40
# encoding: UTF8
41
41
42
42
# 'Alternatives system' priority incremental. 0 disables feature.
Original file line number Diff line number Diff line change 9
9
10
10
# Can't use `%Q` here due to the `\`
11
11
describe command ( %q{su - postgres -c 'psql -p} + pg_port + %q{ -qtc "\l+ db2"'} ) do
12
- its ( :stdout ) { should match ( /.*db2.*my_space/ ) }
13
- # its(:stdout) { should match(/db2.*remoteUser.*UTF8.*en_US\.UTF-8.*en_US\.UTF-8.*my_space/) }
12
+ its ( :stdout ) { should match ( /db2.*remoteUser.*UTF8.*en_US\. UTF-8.*en_US\. UTF-8.*my_space/ ) }
14
13
end
15
14
end
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ postgres:
42
42
# - postgresql-contrib
43
43
# - postgresql-plpython
44
44
45
- # # CLUSTER
46
- # # The default `encoding` is derived from the `locale` so not recommended
47
- # # to provide a value for it unless necessary
48
- # cluster:
49
- # locale: en_GB .UTF-8
50
- # # encoding: UTF8
51
- #
45
+ # CLUSTER
46
+ # The default `encoding` is derived from the `locale` so not recommended
47
+ # to provide a value for it unless necessary
48
+ cluster :
49
+ locale : en_US .UTF-8
50
+ # encoding: UTF8
51
+
52
52
# #'Alternatives system' priority incremental. 0 disables feature.
53
53
# linux:
54
54
# altpriority: 30
@@ -166,20 +166,20 @@ postgres:
166
166
# databases to be created
167
167
databases :
168
168
db1 :
169
- owner : ' localUser'
170
- # template: ' template0'
171
- # lc_ctype: ' en_US.UTF-8'
172
- # lc_collate: ' en_US.UTF-8'
169
+ owner : localUser
170
+ template : template0
171
+ lc_ctype : en_US.UTF-8
172
+ lc_collate : en_US.UTF-8
173
173
db2 :
174
- owner : ' remoteUser'
175
- # template: ' template0'
176
- # lc_ctype: ' en_US.UTF-8'
177
- # lc_collate: ' en_US.UTF-8'
178
- tablespace : ' my_space'
174
+ owner : remoteUser
175
+ template : template0
176
+ lc_ctype : en_US.UTF-8
177
+ lc_collate : en_US.UTF-8
178
+ tablespace : my_space
179
179
# set custom schema
180
180
schemas :
181
181
public :
182
- owner : ' localUser'
182
+ owner : localUser
183
183
# enable per-db extension
184
184
{%- if grains.os_family == 'Debian' and grains.osfinger != 'Debian-8' %}
185
185
extensions :
You can’t perform that action at this time.
0 commit comments