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.
2 parents a80c2c8 + 89c0f4c commit df04ea9Copy full SHA for df04ea9
manifests/init.pp
@@ -9,7 +9,7 @@
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,
+ Boolean $manage_table_settings = false,
13
String $install_dir = '/opt/puppetlabs/pe_databases',
14
String $scripts_dir = "${install_dir}/scripts"
15
) {
0 commit comments