Project

General

Profile

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

# Date Author Comment
6cab2ac6 06/06/2014 02:46 AM Mickaël Canévet

Add server_environments_group and server_environments_mode parameters

23b7e7d6 05/30/2014 04:26 AM Marek Hulán

Allow custom puppetmaster value

faf792ed 05/21/2014 10:49 AM Trey Dockendorf
  • Add runmode 'none' to allow for masterless Puppet usage scenarios
3579308a 04/08/2014 06:06 AM Mickaël Canévet

Add strict_variables support

11e65ebd 03/05/2014 05:11 AM Ewoud Kohl van Wijngaarden

Issue #4345: Add an allow_any_crl parameter

http://docs.puppetlabs.com/guides/scaling_multiple_masters.html#option-2-proxy-certificate-traffic
states the following should be present in auth.conf if using a puppet ca
proxy:

path /certificate_revocation_list...

94e967ee 03/05/2014 05:11 AM Ewoud Kohl van Wijngaarden

Refactor puppet::config and add tests

17ab2608 03/05/2014 04:58 AM Ewoud Kohl van Wijngaarden

refs #4345: Add a server_ca_proxy

http://docs.puppetlabs.com/guides/scaling_multiple_masters.html#option-2-proxy-certificate-traffic
describes how to set up a proxy CA. This adds a parameter to set up the
ca proxy on the puppet master.

cd091989 02/14/2014 06:30 AM Ewoud Kohl van Wijngaarden

Only show ca_server if non-empty

cbe2b829 12/11/2013 03:59 AM Guido Günther

Allow to set git branch to puppet env map

The post receive hook already supports this but it's not configurable
yet.

3045424e 12/10/2013 11:56 AM Mickaël Canévet

Split agent configuration into puppet::agent::*

2ee4059f 11/08/2013 04:18 AM Mickaël Canévet

Add classfile parameter

82cb701f 11/07/2013 12:55 PM Mickaël Canévet

Add support for puppetmaster certname

5802678d 11/06/2013 08:47 AM Mickaël Canévet

Add cron_cmd parameter

4d1a87be 10/23/2013 08:55 AM Mickaël Canévet

Add configtimeout parameter

ec7ee95a 10/11/2013 09:07 AM Marek Hulán

Small fix of docs

de8444ee 10/02/2013 03:15 AM Ivan Necas

server_dynamic_environments and server_environments_owner params

225c31da 09/13/2013 10:02 AM Ivan Necas

Fixes #3082 - ability to change certs used for puppet->foreman communication

270c1a4d 09/10/2013 06:56 AM Greg Sutcliffe

Use params for api strings to satisfy Kafo

827cddee 09/05/2013 10:34 AM Greg Sutcliffe

Add enc/report api options to puppetmaster

310e8878 08/27/2013 11:24 AM Marek Hulán

Convert multitype parameters to strings

Some parameters could be set to false or a string value. We prefer
consistent type so all such parameters are now forced to be string. In
case you want to indicate that the parameter should not be used you can
set it to undef....

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

Make puppet::server install from puppet topclass

82482d2a 07/26/2013 05:01 PM Michael Moll

allow show_diff parameter to be set

9eea3154 04/19/2013 09:51 AM Dominic Cleal

Rename 'noop' parameter, it's a reserved meta-parameter

6c05460a 04/11/2013 04:10 AM Jan Vansteenkiste

Add docs for the left over parameters

79508532 04/11/2013 04:10 AM Jan Vansteenkiste

Remove all unused parameters from the puppet class to avoid confusion

522bddb5 04/02/2013 06:43 AM Ashley Penney

Add noop mode.

2db8b41d 03/28/2013 11:21 AM Martin Barry

Added ca_server to params and puppet.conf template

45211baf 03/12/2013 10:51 AM Gavin Williams Updated Puppet::init to support specifying a runmode:
  • Added a $runmode param which defaults to 'service'.
  • Created paramater in init class.
  • Added a case statement to config class to include relevant class based
    on runmode value.
16b8a920 03/11/2013 01:44 PM Gavin Williams Updated Puppet to support following additional agent parameters:
  • Pluginsync - defaults to true
  • Splay - defaults to false
  • Runinterval - defaults to 30.

Added as parameters to init.pp so that can be set on class call.
Updated puppet.conf.erb template to handle additional properties.

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

Various puppet-lint and other style fixes

42024c67 01/23/2013 09:10 AM Greg Sutcliffe

Parameterize vardir properly

6694290a 01/14/2013 07:21 AM Dominic Cleal

Add 'listen' support for puppet agent

f03b5ec6 12/04/2012 12:57 AM Jan Vansteenkiste

Allow specifying what puppet version to use. Defaults to "present".

This required including both puppet and puppet-common for debian. Same
for puppetmaster and puppetmaster-common.

7a9857ba 05/02/2012 12:06 PM Greg Sutcliffe

Parameterize the agent half of the module, and enable user to specify the Puppet port

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

basic puppet master support.

this includes:

puppet client configuration
puppet server configuration
passenger integeration