ports/sysutils/puppetserver/files/patch-ext__config__conf.d__webserver.conf
Dmitry Marakasov 4d0e2cf48f - Update to 2.3.1
- Fix config file handling
- Include extra missing 'app' files

PR:		208363
Submitted by:	freebsd@zleslie.info
Approved by:	maintainer timeout (xaque208@gmail.com, 2 months)
2016-05-24 10:40:09 +00:00

9 lines
362 B
Text

--- ext/config/conf.d/webserver.conf.orig 2016-03-28 10:32:26.000000000 -0700
+++ ext/config/conf.d/webserver.conf
@@ -1,5 +1,5 @@
webserver: {
- access-log-config: /etc/puppetlabs/puppetserver/request-logging.xml
+ access-log-config: %%PREFIX%%/etc/puppetserver/request-logging.xml
client-auth: want
ssl-host: 0.0.0.0
ssl-port: 8140