Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
3b398aa8 02/10/2016 04:09 PM Michael Moll

support newer Ubuntu versions

f4ea1e0a 01/21/2016 11:43 AM Julien Pivotto

Fix default systemd and cron commands with AIO package

This commit simplifies the way we manage the puppet commands,
especially the puppet cert command.

This commit removes Puppet 2.7 support as well -- it was already not
supported by the tests anymore....

29ec2f16 11/28/2015 11:02 AM Joseph Yaworski

Move reports parameter to main. Fixes #311.

77816e81 11/25/2015 04:44 AM Dominic Cleal

Remove management of systemd timer unit on non-systemd OSes

Check specific versions of Debian and EL OSes to stop managing the
systemd timer, as a service resource with the systemd provider will
fail on older OS releases.

Fixes GH-334

2c279147 11/24/2015 05:22 AM Julien Pivotto

Improve systemd.timer integration

  • Change service name to systemd-run
  • Add SuccessExitStatus=2 to the service unit
  • Use Array().join instead of a more complex method
  • Add the ability to change the systemd service name
  • Add the ability to specify different commands for systemd and cron...
6e3be223 11/24/2015 05:22 AM Greg Sutcliffe

Add systemd timers as an alternative to cron for puppet agent

b4a0d1bf 10/23/2015 06:43 AM Pall Valmundsson

refactor rspec tests for speed and coverage

Before this change most tests would only run on centos-6-x86_64 and take
a long time to run since on_supported_os would be evaluated for each
example.

This change reduces the time to run tests as on_supported_os is only...

7e050505 09/30/2015 09:51 AM Pall Valmundsson

Don't generate CA cert if not a CA server

Before this change a CA certificate would always be generated for a
master node, regardless of whether it was a CA or not. This changes that
behaviour so that a CA certificate is only generated when the node is
configured to be a CA server.

ae1ada98 09/29/2015 08:05 AM Pall Valmundsson

rspec: fix regular expression without escape

0d64709f 09/27/2015 08:10 AM Johan Lyheden

Adds 4 new class parameters to puppet

  • server_default_manifest
  • server_default_manifest_path
  • server_default_manifest_content
  • server_ssl_dir_manage

View revisions

Also available in: Atom