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
>
> 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
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
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
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