File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 99# @param facts_tables_repack_timer [String] The Systemd timer for the pg_repack job affecting the 'facts' tables
1010# @param catalogs_tables_repack_timer [String]The Systemd timer for the pg_repack job affecting the 'catalog' tables
1111# @param other_tables_repack_timer [String] The Systemd timer for the pg_repack job affecting the 'other' tables
12+ # @param manage_postgresql_settings [Boolean] Deprecated Parameter will be removed in future releases
13+ # @param manage_table_settings [Boolean] Deprecated Parameter will be removed in future releases
14+ # @param reports_tables_repack_timer [String] Deprecated Parameter will be removed in future releases
15+ # @param resource_events_tables_repack_timer [String] Deprecated Parameter will be removed in future releases
1216class pe_databases (
1317 Boolean $manage_database_maintenance = true ,
1418 Boolean $disable_maintenance = false ,
Original file line number Diff line number Diff line change 99# @param facts_tables_repack_timer [String] The Systemd timer for the pg_repack job affecting the 'facts' tables
1010# @param catalogs_tables_repack_timer [String]The Systemd timer for the pg_repack job affecting the 'catalog' tables
1111# @param other_tables_repack_timer [String] The Systemd timer for the pg_repack job affecting the 'other' tables
12+ # @param reports_tables_repack_timer [String] Deprecated Parameter will be removed in future releases
13+ # @param resource_events_tables_repack_timer [String] Deprecated Parameter will be removed in future releases
1214class pe_databases::pg_repack (
1315 Boolean $disable_maintenance = false ,
1416 Integer $jobs = $facts[' processors' ][' count' ] / 4,
You can’t perform that action at this time.
0 commit comments