summaryrefslogtreecommitdiff
path: root/sysutils/puppetserver6/files/patch-ext__bin__puppetserver
blob: 15b8c8adf156d61ab239f1ca6b38c8dcc2bcb350 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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