Project

General

Profile

Download (2.07 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c2728551 01/02/2014 03:40 PM Ewoud Kohl van Wijngaarden

Switch from theforeman/apache to puppetlabs/apache

This silently ignores the PassengerMaxPoolSize parameter now.

cee1729d 12/15/2013 06:08 PM Ewoud Kohl van Wijngaarden

Use class parameters to mirror variables

3c158112 08/14/2013 06:49 AM Greg Sutcliffe

Make puppet::server install from puppet topclass

d9363c54 07/19/2013 06:20 AM Ewoud Kohl van Wijngaarden

Make PassengerMaxPoolSize configurable

23449a65 04/11/2013 04:19 AM Jan Vansteenkiste

Split out the different ssl files into variables for re-use and use local variables.

Using local variables is the suggested way to work around has_variable? since it does
not seem to be stable for undef values.
See http://docs.puppetlabs.com/guides/templating.html#testing-for-undefined-variables

994004d5 04/11/2013 03:01 AM Jan Vansteenkiste

Make sure we configured rack before creating the vhost

ed97a865 04/10/2013 02:08 AM Jan Vansteenkiste

Split off rack setup of the passenger module for stand-alone use

5615e256 04/06/2013 11:00 AM Jan Vansteenkiste

Move the generate-ca-cert to puppet::server::config since it is not passenger specific. Also makes the httpd service to notify configureable.

338e85ca 03/26/2013 11:15 AM Gavin Williams

Updated passenger install and created template files required for passenger config

39bda209 02/07/2013 09:47 AM Ewoud Kohl van Wijngaarden

Various puppet-lint and other style fixes

56fa583a 01/23/2013 07:05 AM Greg Sutcliffe

Restart cleanly on changes to vhost/certs
Don't try to generate certs if not using passenger
Add ordering to puppet app_root

e9ca588c 12/04/2012 08:43 AM Jan Vansteenkiste

Style and syntax cleanup in the passenger manifest

9f1006ab 11/30/2012 12:28 AM Jan Vansteenkiste

Fixed dependency issue and added a default case for passenger in puppet::server

9b04cbcd 11/28/2012 01:58 PM Jan Vansteenkiste

Various (minor) bugfixes:

  • Fix small dependency issue. We need a proper config file before generating certificates
  • Minor syntax change in puppet::config and puppet::server::config (quoting single variable)
  • Default case in puppet::server::passenger (puppet-lint ;)
d8e1ac0e 11/26/2012 10:47 AM Dominic Cleal

Update config.ru for Puppet 3.0 masters

c89c4af6 06/25/2012 06:44 PM Greg Sutcliffe

Stop puppetmaster ever starting on a Debian Passenger install

f4eeaac9 04/11/2012 04:34 PM Greg Sutcliffe

Puppet shouldn't depend on Foreman - we only need some apache data

edeabb9d 02/29/2012 05:21 PM Greg Sutcliffe

Fix ordering in Puppet Passenger module

15e686fb 01/19/2012 02:26 AM Jan Vansteenkiste

Puppet-Lint-I-Fied puppet module: Fix quoting and various other fixes

96cab9ae 11/24/2011 07:10 AM Ohad Levy

basic puppet master support.

this includes:

puppet client configuration
puppet server configuration
passenger integeration