Project

General

Profile

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

# Date Author Comment
d14d6767 04/30/2014 09:47 AM Clemens Bergmann

more quotes around case statements

f81d0b1d 11/12/2013 09:08 AM Greg Sutcliffe

Enable correct json package on squeeze

9d798147 09/05/2013 03:23 PM Greg Sutcliffe

Add new ENC and report processor templates

Add new ENC node.rb for new Facts API
Add report processor for new Reports API
Add JSON dependency for both scripts
Add tests

d4003cc3 07/22/2013 02:31 PM Ewoud Kohl van Wijngaarden

Make reports and enc real puppetmaster parameters

5b65ad5a 06/12/2013 10:01 AM Greg Sutcliffe

Fixes #2505 - drop storeconfig support from the foreman module

1cac3b7a 03/28/2013 06:11 AM Sander Hoentjen

add support for different storeconfigs backends

7697116c 01/23/2013 10:26 AM Dominic Cleal

fixes #2121, #2069 - authenticate to Foreman with SSL certificate

CVE-2013-0171 and CVE-2013-0174 were resolved by verifying client SSL
certificates on Foreman interfaces used by puppetmasters. This change updates
the ENC and report processors to provide and verify certificates by default.

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

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

5d3df572 11/20/2012 11:30 AM Greg Sutcliffe

Fix Debian paths for Puppet3

21cb0196 10/08/2012 09:54 AM Juan José Presa

Added require to allow install puppet server without foreman

ed7c8f63 08/24/2012 05:34 AM Ewoud Kohl van Wijngaarden

Parameterize puppetmaster

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

puppet-lint fixes

1246d0fd 04/25/2012 09:42 AM Erik Dalén

Separate scripts to be included on puppetmaster

We shouldn't make the assumption that foreman runs on the same hosts as the
puppetmaster.
So this patch separates the scripts that are to be installed on the
puppetmaster (enc & report script) into the class foreman::puppetmaster...