Project

General

Profile

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

# Date Author Comment
64234edf 06/10/2014 09:45 AM Lukas Zapletal

fixes #6036 - Timeout for passenger needs to be raised to avoid timeouts

and also made sure Passenger won't kill all worker instances.

4b5caab2 05/06/2014 10:17 AM Dominic Cleal

Contain Apache before foreman::config, stops it being (re)started after
foreman_smartproxy resources

5bd2f7d4 05/02/2014 11:22 AM Dominic Cleal

Remove passenger.conf replace=false workaround

36cd597e 02/14/2014 10:15 AM Justin Sherrill

adding support for plugins adding virtual host entries

1ed16264 02/10/2014 06:16 PM Jean-Baptiste Rouault

Add server_ssl_chain parameter to set SSLCertificateChainFile

bce6ed78 02/01/2014 11:36 AM Greg Sutcliffe

Fixes #4225 - Use alphanumeric ordering for vhosts

720ae6e9 01/16/2014 08:33 AM Mickaël Canévet

Set SymLinksIfOwnerMatch options in apache vhosts

c62fcb8a 01/11/2014 03:53 PM Ewoud Kohl van Wijngaarden

Change from theforeman/apache to puppetlabs/apache

222fb5e5 01/06/2014 05:55 PM Adam Heinz

Make use of $foreman::params::server_ssl_* in vhost conf.

f8a88f23 12/05/2013 03:29 PM Ewoud Kohl van Wijngaarden

Move passenger restart to foreman::service

2feb6150 06/12/2013 04:40 AM Ewoud Kohl van Wijngaarden

Linting

3f41a42c 06/06/2013 08:57 AM Dominic Cleal

Add passenger_scl parameter for EL+SCL installations

Installs extra passenger components for the SCL and changes vhosts to use the
SCL ruby version.

3509a783 06/04/2013 05:04 AM Ewoud Kohl van Wijngaarden

Add missing @ for puppet 3.2 compatibility

c26aa36d 06/04/2013 04:56 AM Ewoud Kohl van Wijngaarden

Use @variable syntax for puppet 3.2 compat

2a756241 03/26/2013 06:44 PM Corey Osman

added ability to specify which interface to listen on

0a0910c6 03/12/2013 06:24 AM Mickaël Canévet

Add use_vhost support to generate conf file without vhost

081eb96a 12/04/2012 03:36 AM Jan Vansteenkiste

Various quote / variable enclosed in {} and top scope fixes

bfc57251 08/03/2012 10:59 AM Sam Kottler

Added requirement for the foreman::install class back

9940d5c0 08/03/2012 10:57 AM Sam Kottler

Removed the rackup file symlinking now that it's managed via the packages

239b4ccf 06/28/2012 10:27 AM Greg Sutcliffe

Fix default package source, and cover testing in config.ru fix

fbf57a7a 06/19/2012 09:41 AM Ewoud Kohl van Wijngaarden

puppet-lint fixes

4dc49816 06/11/2012 12:10 PM Ivan Necas

Parametrize params so that they can be overwritten

Taking the approach from puppet-puppet that allows reuse the manifests by
overriding the params like:

class customized_foreman {
class { '::foreman': passenger => false }
}
bcd49c04 05/02/2012 07:25 PM Greg Sutcliffe

Don't overwrite new config.ru with old link

827dbbe2 01/19/2012 07:20 AM Jan Vansteenkiste

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

8c974670 09/21/2011 07:58 AM Ohad Levy

restructure foreman module