Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  service
config.pp 2.17 KB
install.pp 529 Bytes
service.pp 1.33 KB

Latest revisions

# Date Author Comment
22992c0a 04/16/2019 04:26 PM Edmilson Soares Junior

Use current timeout management variables

configtimeout was deprecated since Puppet 4 and replaced with
http_connection_timeout and http_read_timeout.

c6d90aba 03/31/2019 01:07 PM Maurice Meyer

Configurable minute and hour for cronjob and systemd.timer

5ecda93a 03/11/2019 03:40 PM Ewoud Kohl van Wijngaarden

Handle the pluginsync setting deprecation

In Puppet 4 the pluginsync setting was deprecated. At least in Puppet 5
it generates a deprecation warning and in Puppet 6 it was removed.
Because the default was already true, we only emit it if it's
non-default to avoid the deprecation warning. In Puppet 6 we can detect...

e8c133e0 02/26/2019 02:24 PM Matthias Baur

Move client_certname to [main]

This is needed to ensure all Puppet subcommands can properly use it.

ac2fdb04 01/11/2019 12:46 PM Alexander Michelsen

Add unmanaged Puppet Agent runmode

Fixes GH-383

659253df 01/10/2019 08:19 PM Ewoud Kohl van Wijngaarden

Document classes and defines

aa54b96f 12/15/2018 11:35 PM Michael Moll

namespace extlib functions

c6e3cf73 10/31/2018 12:05 AM Ewoud Kohl van Wijngaarden

Simplify coding style by using Puppet types

By enforcing it a boolean we can use a simple if/else instead of a case
statement. We can also use pick() to remove another case statement.

acdca667 08/28/2018 02:09 PM Alex Fisher

Use `contain` instead of `anchor` pattern

edbce1cd 08/07/2018 04:14 PM Ewoud Kohl van Wijngaarden

Simplify puppet::agent::daemon

With Puppet 4 data types we can simplify the complicated case statement
to a if/else.

View revisions

Also available in: Atom