Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  classes
  defines
spec.opts 59 Bytes
spec_helper.rb 1.6 KB

Latest revisions

# Date Author Comment
15919c19 12/15/2015 10:32 AM Dominic Cleal

modulesync: update to rspec-puppet 2.3.0, remove workarounds

d7dfadd7 12/01/2015 03:17 AM Dominic Cleal

modulesync: speed improvements, puppet-blacksmith 1.8.7 fix

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

00f68dc4 10/23/2015 08:24 AM Dominic Cleal

modulesync: speed improvements, new helpers and rspec 3.x minimum

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

View revisions

Also available in: Atom