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 a870a6f commit d042492Copy full SHA for d042492
manifests/init.pp
@@ -21,7 +21,7 @@
21
Boolean $manage_postgresql_settings = true,
22
Boolean $manage_table_settings = false,
23
String $install_dir = '/opt/puppetlabs/pe_databases',
24
- String $scripts_dir = "${install_dir}/scripts",
+ Stdlib::Absolutepath $scripts_dir = "${install_dir}/scripts",
25
String[1] $facts_tables_repack_timer = 'Tue,Sat *-*-* 04:30:00',
26
String[1] $catalogs_tables_repack_timer = 'Sun,Thu *-*-* 04:30:00',
27
String[1] $other_tables_tables_repack_timer = '*-*-20 05:30:00',
0 commit comments