Project

General

Profile

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

# Date Author Comment
64c3fd08 09/04/2015 10:33 AM Ben West

Always set owner/group of puppet_dir to dir_owner/dir_group

Ensures consistent behaviour when AIO packages are in use.

Fixes GH-307

00073c0f 08/05/2015 10:17 AM Julien Pivotto

Deal with systems without AIO packages

  • Do not only rely on version to see if we use AIO package,
    instead use the rubylibdir fact.
  • Fix directory ownership without puppet user
  • Add package 'source' parameter to be used (mainly) with Windows
  • Adjust tests...
a8db30aa 07/25/2015 06:38 AM Ewoud Kohl van Wijngaarden

Set explicit permissions and ownership

This matches the puppet default and it reduces differences if you set a
global default in site.pp.

fc20022c 07/13/2015 05:02 PM Bram Vogelaar

pluginfactsource is not correctly set when using srv records

9f99626a 05/27/2015 08:38 AM Michael Moll

fix future_parser tests

57a8b959 05/20/2015 02:39 AM Mickaël Canévet

Use puppetlabs-concat instead of theforeman-concat_native

bc5057df 03/04/2015 08:08 AM Michael Moll

stylefixes

- fully qualify class names
- add trailing commas
- add case string quoting

2c17dfa6 02/23/2015 04:53 AM Michael Moll

support (agent) configuration on FreeBSD

26be8f6f 01/30/2015 06:01 AM Koweblomke

add module_repository parameter

9be5a6c1 01/28/2015 06:28 PM Gene Liverman

Updated agent config and tests to work on Windows.

2eb4cf1a 12/23/2014 11:25 AM Alexey Amerik

add ca_port parameter

Closes GH-205

21a709b0 10/10/2014 04:39 AM Mickaël Canévet

Add auth_allowed parameter

6526aba1 09/05/2014 05:14 AM Garry Harthill

Adding syslogfacility [main] configuration parameter

ba541973 07/14/2014 06:14 AM Trey Dockendorf
  • Add hiera_config parameter
1057f214 07/08/2014 02:59 PM Trey Dockendorf
  • Add dns_alt_names parameter
  • Add spec helper functions to verify contents of concat_fragment resources
  • Replace spec.opts with .rspec
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