Skip to content

Commit 11a4d35

Browse files
authored
Merge pull request #1457 from chillinger/main
Fix log directory config entry name
2 parents 9e5fd38 + eb2773e commit 11a4d35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifests/server/instance/config.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@
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}":
215+
key => 'log_directory',
215216
value => $logdir,
216217
}
217218
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy