summaryrefslogtreecommitdiff
path: root/sysutils/puppetserver6/files/patch-ext__bin__puppetserver
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2019-09-23 18:02:11 +0000
committerRomain Tartière <romain@FreeBSD.org>2019-09-23 18:02:11 +0000
commitea5dcc2fb11a4f1e4ab123ebb8d5f9a5523edac2 (patch)
treeb1bcf8f47d5fe312746402b8e2450d74f53d16d8 /sysutils/puppetserver6/files/patch-ext__bin__puppetserver
parentUpdate to 6.9.0 (diff)
Update to 6.6.0
- Unbreak on FreeBSD 12+ (this version bundles an updated version of jRuby which allows running the PuppetServer on hosts with 64 bits inodes); - Override the jRuby bundled ffi.rb to workaround a NullPointerException when trying to open an inexistent file; - Remove deprecated Java flags; Release notes: https://puppet.com/docs/puppetserver/latest/release_notes.html#puppet-server-660 With hat: puppet
Notes
Notes: svn path=/head/; revision=512656
Diffstat (limited to 'sysutils/puppetserver6/files/patch-ext__bin__puppetserver')
-rw-r--r--sysutils/puppetserver6/files/patch-ext__bin__puppetserver2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/puppetserver6/files/patch-ext__bin__puppetserver b/sysutils/puppetserver6/files/patch-ext__bin__puppetserver
index 605a03f50931..fb17e51c6fde 100644
--- a/sysutils/puppetserver6/files/patch-ext__bin__puppetserver
+++ b/sysutils/puppetserver6/files/patch-ext__bin__puppetserver
@@ -6,7 +6,7 @@
CONFIG="/etc/puppetlabs/puppetserver/conf.d"
+elif [ `uname` == "FreeBSD" ] ; then
+ JAVA_BIN="%%JAVA%%"
-+ JAVA_ARGS="-Xms2g -Xmx2g -XX:MaxPermSize=256m"
++ JAVA_ARGS="-Xms2g -Xmx2g"
+ USER="puppet"
+ INSTALL_DIR="%%DATADIR%%"
+ CONFIG="%%ETCDIR%%/conf.d"