voxpupuli / puppet-nomad

Puppet module for managing Nomad
Apache License 2.0
16 stars 31 forks source link

use systemd to reload the daemon #76

Closed maxadamo closed 1 year ago

maxadamo commented 1 year ago

Pull Request (PR) description

The command that was previously used is no longer working. At same time Hashicorp recommend a different method https://developer.hashicorp.com/nomad/docs/configuration#configuration-reload, which can be achieved with systemd.

For the long story, please have a look at the corresponding issue: https://github.com/voxpupuli/puppet-nomad/issues/75

This Pull Request (PR) fixes the following issues

Fixes #75