Skip to content

Commit d042492

Browse files
Update manifests/init.pp
Co-authored-by: Tim Meusel <tim@bastelfreak.de>
1 parent a870a6f commit d042492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Boolean $manage_postgresql_settings = true,
2222
Boolean $manage_table_settings = false,
2323
String $install_dir = '/opt/puppetlabs/pe_databases',
24-
String $scripts_dir = "${install_dir}/scripts",
24+
Stdlib::Absolutepath $scripts_dir = "${install_dir}/scripts",
2525
String[1] $facts_tables_repack_timer = 'Tue,Sat *-*-* 04:30:00',
2626
String[1] $catalogs_tables_repack_timer = 'Sun,Thu *-*-* 04:30:00',
2727
String[1] $other_tables_tables_repack_timer = '*-*-20 05:30:00',

0 commit comments

Comments
 (0)