File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 9
9
# @param facts_tables_repack_timer [String] The Systemd timer for the pg_repack job affecting the 'facts' tables
10
10
# @param catalogs_tables_repack_timer [String]The Systemd timer for the pg_repack job affecting the 'catalog' tables
11
11
# @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
12
16
class pe_databases (
13
17
Boolean $manage_database_maintenance = true ,
14
18
Boolean $disable_maintenance = false ,
Original file line number Diff line number Diff line change 9
9
# @param facts_tables_repack_timer [String] The Systemd timer for the pg_repack job affecting the 'facts' tables
10
10
# @param catalogs_tables_repack_timer [String]The Systemd timer for the pg_repack job affecting the 'catalog' tables
11
11
# @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
12
14
class pe_databases::pg_repack (
13
15
Boolean $disable_maintenance = false ,
14
16
Integer $jobs = $facts[' processors' ][' count' ] / 4,
You can’t perform that action at this time.
0 commit comments