123456789101112131415 |
- $OpenBSD: patch-ext_bin_puppetdb,v 1.1.1.1 2016/06/01 12:11:13 jasper Exp $
- --- ext/bin/puppetdb.orig Fri Jul 17 19:20:23 2015
- +++ ext/bin/puppetdb Fri Jul 17 19:22:36 2015
- @@ -9,8 +9,8 @@ elif [ `uname` == "OpenBSD" ] ; then
- JAVA_BIN=$(javaPathHelper -c puppetdb)
- JAVA_ARGS="-Xmx192m"
- USER="_puppetdb"
- - INSTALL_DIR="/opt/puppetlabs/server/apps/puppetdb"
- - CONFIG="/etc/puppetlabs/puppetdb/conf.d"
- + INSTALL_DIR="${PREFIX}/share/puppetdb"
- + CONFIG="${PREFIX}/puppetlabs/puppetdb/conf.d"
- else
- echo "You seem to be missing some important configuration files; could not find /etc/default/puppetdb or /etc/sysconfig/puppetdb" >&2
- exit 1
|