You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 7.28.0
Ruby: 2.7.0p0
Distribution: Ubuntu 20.04.6 LTS (focal)
Module version: 3.1.0
How to reproduce (e.g Puppet code you use)
Use module to install nomad, start the serivce
What are you seeing
/etc/systemd/system/nomad.service:17: Unknown key name 'StartLimitIntervalSec' in section 'Service', ignoring.
What behaviour did you expect instead
No errors on startup
Output log
/etc/systemd/system/nomad.service:17: Unknown key name 'StartLimitIntervalSec' in section 'Service', ignoring.
Any additional information you'd like to impart
StartLimitIntervalSec and StartLimitBurst must be moved to section [Unit] for newer systemd versions (>229). Not sure, if all of the supported OSes uses appropriate systemd version.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Use module to install nomad, start the serivce
What are you seeing
/etc/systemd/system/nomad.service:17: Unknown key name 'StartLimitIntervalSec' in section 'Service', ignoring.
What behaviour did you expect instead
No errors on startup
Output log
/etc/systemd/system/nomad.service:17: Unknown key name 'StartLimitIntervalSec' in section 'Service', ignoring.
Any additional information you'd like to impart
StartLimitIntervalSec and StartLimitBurst must be moved to section [Unit] for newer systemd versions (>229). Not sure, if all of the supported OSes uses appropriate systemd version.
Documentation
The text was updated successfully, but these errors were encountered: