Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  cli
  compute
  config
  database
  plugin
  providers
  repos
cli.pp 3.15 KB
config.pp 5.4 KB
database.pp 1.48 KB
init.pp 16.4 KB
install.pp 1.05 KB
params.pp 9.09 KB
plugin.pp 747 Bytes
providers.pp 1.27 KB
puppetmaster.pp 2.85 KB
rake.pp 603 Bytes
remote_file.pp 354 Bytes
repo.pp 758 Bytes
repos.pp 902 Bytes
service.pp 1.24 KB
settings.pp 1.4 KB

Latest revisions

# Date Author Comment
8075727e 07/28/2017 05:22 PM Ewoud Kohl van Wijngaarden

Use apache mod classes

Requires puppetlabs-apache 7301123aa51afe696f129988482889f61aa4f0d0
which is shipped since 2.0.0 so we bump the required version.

[1] https://github.com/puppetlabs/puppetlabs-apache/commit/7301123aa51afe696f129988482889f61aa4f0d0

a8297636 06/29/2017 10:56 AM Martin Bacovsky

Fixes #20079 - SSL secured and verified PGSQL connection

To setup DB with SSL and verification use params:
db_sslmode => 'verify-full',
db_root_cert => 'ca_bundle.pem'

Default DB sslmode is 'prefer' - non-verified SSL with fallback to
non-SSL. To use SSL secured connection with CA verification sslmode...

fa3c1770 06/02/2017 06:52 AM Ewoud Kohl van Wijngaarden

Fix a typo in documentation

b50b7eb6 06/02/2017 05:53 AM Marek Hulán

Fixes #19550 - support smart card certificates

11612c87 05/16/2017 03:29 AM Ewoud Kohl van Wijngaarden

Use the vhost additional_includes parameter

82810d25 04/11/2017 06:56 AM Dominic Cleal

Replace tftp::params::root use with Puppet lookup

44de7835 04/08/2017 12:47 PM Dominic Cleal

Remove or replace validate functions with parameter data types

f9bf5b2d 04/08/2017 12:47 PM Dominic Cleal

Convert Kafo data types to Puppet 4 data types in class parameters

ca74301e 04/08/2017 12:47 PM Dominic Cleal

Move existing Puppet 4 data types to class parameters

Almost all unchanged from the existing Kafo documentation, except where
'UNSET' was used. The types now permit the string value 'UNSET'.

Changes make mandatory class parameters optional in 3f5238c were also...

8d23b9e8 04/03/2017 03:24 AM Ewoud Kohl van Wijngaarden

Rely on puppetlabs-postgresql for Role -> Database relation

https://github.com/puppetlabs/puppetlabs-postgresql/commit/a246e586be016c99d521a8796c24f8fe7ca5c4e2
added the relation Role -> Database.

View revisions

Also available in: Atom