mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
databases/puppetdb7 and databases/puppetdb-terminus7. The pre-commit hook does not allow me to copy and update the port at the same time. With hat: puppet
15 lines
485 B
INI
15 lines
485 B
INI
--- ext/config/conf.d/config.ini.orig 2016-03-17 04:17:06 UTC
|
|
+++ ext/config/conf.d/config.ini
|
|
@@ -3,10 +3,10 @@
|
|
|
|
[global]
|
|
# Store mq/db data in a custom directory
|
|
-vardir = /opt/puppetlabs/server/data/puppetdb
|
|
+vardir = /var/db/puppetdb
|
|
|
|
# Use an external logback config file
|
|
-logging-config = /etc/puppetlabs/puppetdb/logback.xml
|
|
+logging-config = %%PREFIX%%/etc/puppetdb/logback.xml
|
|
|
|
[command-processing]
|
|
# How many command-processing threads to use, defaults to (CPUs / 2)
|