diff options
author | Romain Tartière <romain@FreeBSD.org> | 2025-05-23 15:11:34 -1000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2025-07-19 11:07:05 -1000 |
commit | 49bf5bb2f3559fbfa85fb5dcdae7fc685f582bdc (patch) | |
tree | 49bae97118d5f72507e82c7aee13820c3e65ab4c /sysutils/openvox-server8/files/patch-ext__bin__puppetserver | |
parent | sysutils/rubygem-openvoxserver-ca: New port (diff) |
sysutils/openvox-server8: New port
Copied from sysutils/puppetserver8
With hat: puppet
Diffstat (limited to 'sysutils/openvox-server8/files/patch-ext__bin__puppetserver')
-rw-r--r-- | sysutils/openvox-server8/files/patch-ext__bin__puppetserver | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/openvox-server8/files/patch-ext__bin__puppetserver b/sysutils/openvox-server8/files/patch-ext__bin__puppetserver new file mode 100644 index 000000000000..fb17e51c6fde --- /dev/null +++ b/sysutils/openvox-server8/files/patch-ext__bin__puppetserver @@ -0,0 +1,15 @@ +--- ext/bin/puppetserver.orig 2018-10-03 16:18:58 UTC ++++ ext/bin/puppetserver +@@ -15,6 +15,12 @@ elif [ `uname` == "OpenBSD" ] ; then + USER="_puppet" + INSTALL_DIR="/opt/puppetlabs/server/apps/puppetserver" + CONFIG="/etc/puppetlabs/puppetserver/conf.d" ++elif [ `uname` == "FreeBSD" ] ; then ++ JAVA_BIN="%%JAVA%%" ++ JAVA_ARGS="-Xms2g -Xmx2g" ++ USER="puppet" ++ INSTALL_DIR="%%DATADIR%%" ++ CONFIG="%%ETCDIR%%/conf.d" + else + echo "You seem to be missing some important configuration files; could not find /etc/default/puppetserver or /etc/sysconfig/puppetserver" >&2 + exit 1 |