ports/sysutils/puppetserver5/files/patch-ext__config__conf.d__global.conf
Zach Leslie 572cb515fc New port: sysutils/puppetserver5
This port is based on prior wor done in sysutils/puppetserver, and updated to
leverage the CFACTER build of sysutils/facter.

Approved by:	swills(mentor)
Differential Revision:	D12513
2017-10-03 23:37:18 +00:00

9 lines
423 B
Text

--- ext/config/conf.d/global.conf.orig 2017-08-02 20:34:12.049821329 -0700
+++ ext/config/conf.d/global.conf 2017-08-02 20:35:03.130347445 -0700
@@ -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
}