Releases: EncoreTechnologies/puppet-service_autorestart
Releases · EncoreTechnologies/puppet-service_autorestart
v0.1.4
Release 0.1.4
Bugfixes
- Fixed
data/common.yaml
to contain a valid hash, fixing Puppet Server side warnings.
v0.1.2
Release 0.1.2
Bugfixes
- Fixed
service_autorestart::systemd
from throwing and error on Ubuntu because it was using a different
path for .service
files. We now use module-level hiera data to default these locations.
v0.1.1
Release 0.1.1
Bugfixes
- Change from using
$facts['os']['family']
to $facts['service_provider']
from puppetlabs/stdlib
.
This allows service_autorestart::generic
to "do the right thing" when detecting systemd.