freebsd-ports/sysutils/puppetserver/files/patch-ext__config__logback.xml
Kurt Jaeger 597f83d16e New port: sysutils/puppetserver
Puppet master is a Ruby application that compiles configurations
for any number of Puppet agent nodes, using Puppet code and various
other data sources. (For more info, see Overview of Puppet's
Architecture.)

Puppet Server is an application that runs on the Java Virtual Machine
(JVM) and provides the same services as the classic Puppet master
application. It mostly does this by running the existing Puppet
master code in several JRuby interpreters, but it replaces some
parts of the classic application with new services written in
Clojure.

WWW: https://docs.puppetlabs.com/puppetserver/latest/services_master_puppetserver.html

PR:		204072
Submitted by:	Zach Leslie <freebsd@zleslie.info>
2016-03-12 14:30:00 +00:00

11 lines
463 B
XML

--- ext/config/logback.xml.orig 2015-10-27 16:40:33 UTC
+++ ext/config/logback.xml
@@ -7,7 +7,7 @@
<appender name="F1" class="ch.qos.logback.core.FileAppender">
<!-- TODO: this path should not be hard-coded -->
- <file>/var/log/puppetlabs/puppetserver/puppetserver.log</file>
+ <file>/var/log/puppetserver/puppetserver.log</file>
<append>true</append>
<encoder>
<pattern>%d %-5p [%c{2}] %m%n</pattern>