Digging around there takes me to 28aee7b (SERVER-815), which appears close
enough for an explanation. Quoth:
--
This is done in hopes of counteracting some of the 'Out of Memory' JVM errors
that we've been seeing when running unit/integration tests via Travis CI.
---
https://github.
Just to add a little extra info, the template draws from several
sources, one of which is in the project.clj for puppetserver here:
https://github.com/puppetlabs/puppetserver/blob/5.1.x/project.clj#L113-L114
On Wed, Jan 3, 2018 at 12:09 PM, Christopher Wood
wrote:
> That turned out to be even mor
That turned out to be even more interesting, thank you!
On Wed, Jan 03, 2018 at 06:38:02PM +, Morgan Rhodes wrote:
>Hi Christopher,
>That file is generated during packaging and is generated from a template
>in the ezbake
>project.
> [1]https://github.com/puppetlabs/ezbake/blob
Hi Christopher,
That file is generated during packaging and is generated from a template in
the ezbake project.
https://github.com/puppetlabs/ezbake/blob/master/resources/puppetlabs/lein-ezbake/template/foss/ext/default.erb
On Wed, Jan 3, 2018 at 9:56 AM Christopher Wood
wrote:
> Is the source
Is the source for /etc/sysconfig/puppetserver in the puppetserver rpm stored in
any public-facing git repository? If so, where?
More details:
I was reading the tuning guide (it's augment time again) and it occurred to me
to read the commit messages for this file to see how Puppet figured out th
Hello, Scott!
It is a prudent decision.
Aécio Pires
Book of Puppet => novatec.com.br/livros/puppet
Book of Zabbix => novatec.com.br/livros/zabbix
2018-01-02 19:43 GMT-03:00 Scott Garman :
> Hi all,
>
> Some of you have probably noticed that our latest official puppet-agent
> release for Ubuntu
On Thursday, December 28, 2017 at 2:10:22 AM UTC+1, John Gelnaw wrote:
>
>
> ... which *should* require the resource 'pkg::wget' to be compiled first,
> and then test for the package to be defined.
>
Thanks, that may work in some cases. I'm still trying to find a more
general approach, though.