Skip to content

Commit 1565144

Browse files
Fix log directory config entry name
it does not satisfy the name regex and thus breaks the puppet run, if the log dir is set
1 parent 9e5fd38 commit 1565144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/instance/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
}
212212
}
213213
if $logdir {
214-
postgresql::server::config_entry { "log_directory for instance ${name}":
214+
postgresql::server::config_entry { "log_directory_for_instance_${name}":
215215
value => $logdir,
216216
}
217217
}

0 commit comments

Comments
 (0)