summaryrefslogtreecommitdiff
path: root/sysutils/puppetserver6/files/patch-ext__bin__puppetserver
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2018-09-27 07:59:11 +0000
committerRomain Tartière <romain@FreeBSD.org>2018-09-27 07:59:11 +0000
commit73ac75fc1a8590791b58fd4d0cbae0c27757b0e1 (patch)
tree20da733a9d3c35ad4aaeb85c976bacaf4273d8ca /sysutils/puppetserver6/files/patch-ext__bin__puppetserver
parentNew port: sysutils/puppet6 (diff)
New port: sysutils/puppetserver6
Release notes: https://puppet.com/docs/puppetserver/6.0/release_notes.html With hat: puppet
Notes
Notes: svn path=/head/; revision=480787
Diffstat (limited to 'sysutils/puppetserver6/files/patch-ext__bin__puppetserver')
-rw-r--r--sysutils/puppetserver6/files/patch-ext__bin__puppetserver15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/puppetserver6/files/patch-ext__bin__puppetserver b/sysutils/puppetserver6/files/patch-ext__bin__puppetserver
new file mode 100644
index 000000000000..15b8c8adf156
--- /dev/null
+++ b/sysutils/puppetserver6/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