Project

General

Profile

Download (935 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
3cb3c7f7 04/25/2014 04:27 AM Leah Fisher

Set explicit perms, owner and group on puppet.conf

When the umask on the server is 0077, the puppet.conf file has
permissions of 0600 and the file can't be read by the foreman-proxy or
puppet since the default owner is root. By setting the perms to world...

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

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

Split agent configuration into puppet::agent::*

dfed13cd 12/10/2013 06:21 AM Mickaël Canévet

Fix to ordering problem ?

df2e0bff 11/07/2013 01:01 PM Mickaël Canévet

Use concat to build puppet.conf

9c60a8f9 10/23/2013 07:26 AM Dominic Cleal

Notify agent service when configs change

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

06de9139 06/12/2013 10:42 AM Dominic Cleal

Ensure the Puppet config is deployed before the agent is started

4392b56d 04/11/2013 04:11 AM Jan Vansteenkiste

Fix some lint errors in puppet::config and scope puppetversion in params.

b50d30ce 03/12/2013 12:31 PM Gavin Williams

Ensure that using top-level variable for $::puppet::runmode.

04911317 03/12/2013 11:24 AM Gavin Williams

Updated to use 'include' rather than 'class', as won't break existing
setups which have puppet and puppet::cron defined.

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.
39bda209 02/07/2013 09:47 AM Ewoud Kohl van Wijngaarden

Various puppet-lint and other style fixes

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

Add 'listen' support for puppet agent

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 ;)
656ec6f5 10/01/2012 01:30 PM Sam Kottler

Fixed puppet::config class code style

a240bc09 10/01/2012 11:57 AM Sam Kottler

Revert "Fixing wrong variable reference"

This reverts commit eb9a067ee514d61d0468af2df3414ccd921b3050.

eb9a067e 09/27/2012 10:22 AM illuminatis

Fixing wrong variable reference

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

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

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