Releases: umnmsi/SimplePuppetProvisioner
Releases · umnmsi/SimplePuppetProvisioner
1.0.0-RC3
This release splits the cert task into two tasks, cert-sign
and cert-revoke
so that each action may be independently waited for. It also corrects a bug where some tasks would not be waited for when requested, and an intermittent segv on shutdown.
1.0.0-RC2
Changelog
- Fixes nil pointer panic in HTTP authentication middleware.
1.0.0-RC1
This is the first release of the Simple Puppet Provisioner. Supported features currently include:
- Acting as a listener for GitHub webhooks, to invoke r10k or other machinery that updates your puppet masters.
- Signing client certificates via authenticated HTTP API.
- Configuring other commands to be invoked on the puppet master via authenticated HTTP API.
- Notifications via IRC (slack support not fully implemented.)
The attached SimplePuppetProvisioner
binary has been tested on x86-64 Linux.