|
10 | 10 | version '15' |
11 | 11 |
|
12 | 12 | server_config({ |
13 | | - 'max_connections' => 110, |
14 | | - 'shared_buffers' => '128MB', |
15 | | - 'dynamic_shared_memory_type' => 'posix', |
16 | | - 'max_wal_size' => '1GB', |
17 | | - 'min_wal_size' => '80MB', |
18 | | - 'log_destination' => 'stderr', |
19 | | - 'logging_collector' => true, |
20 | | - 'log_directory' => 'log', |
21 | | - 'log_filename' => 'postgresql-%a.log', |
22 | | - 'log_rotation_age' => '1d', |
23 | | - 'log_rotation_size' => 0, |
24 | | - 'log_truncate_on_rotation' => true, |
25 | | - 'log_line_prefix' => '%m [%p]', |
26 | | - 'log_timezone' => 'Etc/UTC', |
27 | | - 'datestyle' => 'iso, mdy', |
28 | | - 'timezone' => 'Etc/UTC', |
29 | | - 'lc_messages' => 'C', |
30 | | - 'lc_monetary' => 'C', |
31 | | - 'lc_numeric' => 'C', |
32 | | - 'lc_time' => 'C', |
33 | | - 'default_text_search_config' => 'pg_catalog.english', |
34 | | - }) |
| 13 | + 'max_connections' => 110, |
| 14 | + 'shared_buffers' => '128MB', |
| 15 | + 'dynamic_shared_memory_type' => 'posix', |
| 16 | + 'max_wal_size' => '1GB', |
| 17 | + 'min_wal_size' => '80MB', |
| 18 | + 'log_destination' => 'stderr', |
| 19 | + 'logging_collector' => true, |
| 20 | + 'log_directory' => 'log', |
| 21 | + 'log_filename' => 'postgresql-%a.log', |
| 22 | + 'log_rotation_age' => '1d', |
| 23 | + 'log_rotation_size' => 0, |
| 24 | + 'log_truncate_on_rotation' => true, |
| 25 | + 'log_line_prefix' => '%m [%p]', |
| 26 | + 'log_timezone' => 'Etc/UTC', |
| 27 | + 'datestyle' => 'iso, mdy', |
| 28 | + 'timezone' => 'Etc/UTC', |
| 29 | + 'lc_messages' => 'C', |
| 30 | + 'lc_monetary' => 'C', |
| 31 | + 'lc_numeric' => 'C', |
| 32 | + 'lc_time' => 'C', |
| 33 | + 'default_text_search_config' => 'pg_catalog.english', |
| 34 | + }) |
35 | 35 |
|
36 | 36 | notifies :restart, 'postgresql_service[postgresql]', :delayed |
37 | 37 | action :create |
|
0 commit comments