mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
The PuppetDB storeconfigs backend WWW: https://docs.puppetlabs.com/puppetdb/latest/ PR: 187517 Submitted by: Zach Leslie <xaque208@gmail.com>
9 lines
491 B
Text
9 lines
491 B
Text
--- ./ext/files/puppetdb-export.orig 2014-09-01 19:00:53.880156353 +0000
|
|
+++ ./ext/files/puppetdb-export 2014-09-01 19:05:29.845137420 +0000
|
|
@@ -1,5 +1,5 @@
|
|
#!/bin/bash
|
|
|
|
-. /usr/libexec/puppetdb/puppetdb.env
|
|
+. %%PREFIX%%/libexec/puppetdb/puppetdb.env
|
|
|
|
${JAVA_BIN} -Xmx192m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/puppetdb/puppetdb-oom.hprof -Djava.security.egd=file:/dev/urandom -cp ${INSTALL_DIR}/puppetdb.jar clojure.main -m com.puppetlabs.puppetdb.core export "$@"
|