We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d3055 commit 85efa76Copy full SHA for 85efa76
test/fixtures/cookbooks/pgtest/recipes/master.rb
@@ -7,7 +7,7 @@
7
end
8
9
postgresql 'main' do
10
- cluster_create_options('locale' => 'ru_RU.UTF-8')
+ cluster_create_options('locale' => 'en_US.UTF-8')
11
configuration(
12
listen_addresses: '*',
13
max_connections: 300,
test/fixtures/cookbooks/pgtest/recipes/slave.rb
postgresql 'slave' do
port: '5433',
0 commit comments