mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
Release notes: https://puppet.com/docs/puppetserver/6.0/release_notes.html#puppet-server-601 While here, regenerate patches with make makepatch, and fix warnings in the logs by pointing the server to ruby multi_json gem (quick fix for now, we will have to improve this in the future). With hat: puppet
9 lines
344 B
Text
9 lines
344 B
Text
--- ext/config/conf.d/webserver.conf.orig 2018-10-01 20:36:05 UTC
|
|
+++ 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
|