Skip to content

Releases: EncoreTechnologies/puppet-service_autorestart

v0.1.4

30 Apr 13:02
92668e6
Compare
Choose a tag to compare

Release 0.1.4

Bugfixes

  • Fixed data/common.yaml to contain a valid hash, fixing Puppet Server side warnings.

v0.1.3

26 May 19:53
c345122
Compare
Choose a tag to compare

Release 0.1.3

Features

  • PDK update to 1.18.0

v0.1.2

26 May 19:11
3d4aec3
Compare
Choose a tag to compare

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

22 May 12:13
962af0d
Compare
Choose a tag to compare

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.