mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 14:29:17 -04:00
The PuppetDB storeconfigs backend WWW: https://docs.puppetlabs.com/puppetdb/latest/ PR: 187517 Submitted by: Zach Leslie <xaque208@gmail.com>
14 lines
419 B
INI
14 lines
419 B
INI
--- ./ext/files/config.ini.orig 2014-09-01 19:00:53.886157411 +0000
|
|
+++ ./ext/files/config.ini 2014-09-01 19:06:59.957163437 +0000
|
|
@@ -3,9 +3,9 @@
|
|
|
|
[global]
|
|
# Store mq/db data in a custom directory
|
|
-vardir = /var/lib/puppetdb
|
|
+vardir = /var/db/puppetdb
|
|
# Use an external logback config file
|
|
-logging-config = /etc/puppetdb/logback.xml
|
|
+logging-config = %%PREFIX%%/etc/puppetdb/logback.xml
|
|
|
|
|
|
[command-processing]
|