Skip to content

Commit b25d46e

Browse files
committed
Missing Puppet-Strings parameter Documentation
1 parent 910ce1b commit b25d46e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

manifests/init.pp

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
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
1216
class pe_databases (
1317
Boolean $manage_database_maintenance = true,
1418
Boolean $disable_maintenance = false,

manifests/pg_repack.pp

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
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
1214
class pe_databases::pg_repack (
1315
Boolean $disable_maintenance = false,
1416
Integer $jobs = $facts['processors']['count'] / 4,

0 commit comments

Comments
 (0)