patch-ext_bin_puppetdb 672 B

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