mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
- 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)
9 lines
362 B
Text
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
|