Skip to content

Commit e58e05e

Browse files
committed
Move lookup of disable_maintenance to a parameter
1 parent 62d5c5f commit e58e05e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/init.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
class pe_databases (
66
Boolean $manage_database_backups = false,
7+
# Manage the inclusion of the pg_repack class
78
Boolean $manage_database_maintenance = true,
9+
# Manage the state of the maintenance tasks, i.e. systemd services and timers
810
Boolean $disable_maintenance = lookup('pe_databases::disable_maintenance', {'default_value' => false}),
911
Boolean $manage_postgresql_settings = true,
1012
Boolean $manage_table_settings = true,

0 commit comments

Comments
 (0)