From 572cb515fc94bdda93fa0178cccba299e7329964 Mon Sep 17 00:00:00 2001 From: Zach Leslie Date: Tue, 3 Oct 2017 23:37:18 +0000 Subject: New port: sysutils/puppetserver5 This port is based on prior wor done in sysutils/puppetserver, and updated to leverage the CFACTER build of sysutils/facter. Approved by: swills(mentor) Differential Revision: D12513 --- sysutils/puppetserver5/files/patch-ext__bin__puppetserver | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sysutils/puppetserver5/files/patch-ext__bin__puppetserver (limited to 'sysutils/puppetserver5/files/patch-ext__bin__puppetserver') diff --git a/sysutils/puppetserver5/files/patch-ext__bin__puppetserver b/sysutils/puppetserver5/files/patch-ext__bin__puppetserver new file mode 100644 index 000000000000..15b8c8adf156 --- /dev/null +++ b/sysutils/puppetserver5/files/patch-ext__bin__puppetserver @@ -0,0 +1,15 @@ +--- ext/bin/puppetserver.orig 2017-09-28 10:58:44.784311406 -0700 ++++ ext/bin/puppetserver 2017-09-28 11:00:46.034742764 -0700 +@@ -14,6 +14,12 @@ + 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 -XX:MaxPermSize=256m" ++ 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 -- cgit v1.2.3