ports/sysutils/puppetserver7/files/patch-ext__config__conf.d__global.conf
Romain Tartière 2944f974d5 Copy sysutils/puppetserver6 to sysutils/puppetserver7
The pre-commit hook does not allow me to copy and update the port at the same
time.

With hat:	puppet
2020-12-04 20:42:36 +00:00

9 lines
375 B
Text

--- ext/config/conf.d/global.conf.orig 2018-10-01 20:36:05 UTC
+++ ext/config/conf.d/global.conf
@@ -1,5 +1,5 @@
global: {
# Path to logback logging configuration file; for more
# info, see http://logback.qos.ch/manual/configuration.html
- logging-config: /etc/puppetlabs/puppetserver/logback.xml
+ logging-config: %%PREFIX%%/etc/puppetserver/logback.xml
}