Re: [Puppet Users] how to export path in bashrc via puppet script

2015-07-18 Thread Omen Wild
Quoting Felix Frank on Fri, Jul 17 22:13: > > https://github.com/puppetlabs/puppetlabs-stdlib#file_line > > As soon as you install the stdlib module, the type becomes available to > your manifests. I have had great luck with the file_line, expecially when used with the 'match =>' parameter which

Re: [Puppet Users] Net::ReadTimeout errors

2015-07-18 Thread Tim Dunphy
> > OK, so you manage that via puppetlabs-apache. Guess you will have to > ultimately fix this in your manifest/data then. > The default template for the passenger vhost includes settings > PassengerHighPerformance on > and > PassengerPoolSize X > Make sure that both are present in your Apache conf

[Puppet Users] Dictating class evaluation order

2015-07-18 Thread Andrew Langhorn
Hi, I have a Puppet manifest which makes use of the tomcat::instance defined type from the camptocamp/tomcat module on the Puppet Forge as follows: class apps::reservations { include tomcat tomcat::instance { ‘reservations’: ensure => present, http_port => 8080, } } However, wh

Re: [Puppet Users] Running the Puppet 4 master from the AIO package (especially passenger/rack)

2015-07-18 Thread Felix Frank
Hi Michael, I can't find more details to help me track that down, but I'm getting convinced that the problem is that my Passenger is installed onto OS Ruby instead of Puppet's Ruby. I could not use your apache config verbatim, see reason below. Apache starts after some modifications (e.g. loading

Re: [Puppet Users] Dictating class evaluation order

2015-07-18 Thread Felix Frank
On 07/19/2015 01:19 AM, Andrew Langhorn wrote: > > class apps::reservations { > > > include tomcat > > > tomcat::instance { ‘reservations’: > > ensure => present, > > http_port => 8080, > > } > > > } > > > However, when I run Puppet against a