We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d5c5f commit e58e05eCopy full SHA for e58e05e
manifests/init.pp
@@ -4,7 +4,9 @@
4
5
class pe_databases (
6
Boolean $manage_database_backups = false,
7
+ # Manage the inclusion of the pg_repack class
8
Boolean $manage_database_maintenance = true,
9
+ # Manage the state of the maintenance tasks, i.e. systemd services and timers
10
Boolean $disable_maintenance = lookup('pe_databases::disable_maintenance', {'default_value' => false}),
11
Boolean $manage_postgresql_settings = true,
12
Boolean $manage_table_settings = true,
0 commit comments