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
{{ message }}
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
The script modules/run-nomad/run-nomad generates a systemd config with a typo.
The generated keyword "ConditionalFileNotEmpty" in the [Unit], should be "ConditionFileNotEmpty".
To Reproduce
Create a Nomad cluster using Terraform that uses this script to run Nomad on a server node.
Log in to a server node, run journalctl -u nomad.service
The output shows /etc/systemd/system/nomad.service:6: Unknown lvalue 'ConditionalFileNotEmpty' in section 'Unit'
Expected behavior
With "ConditionFileNotEmpty", I expect this error gone.
The text was updated successfully, but these errors were encountered:
Describe the bug
The script modules/run-nomad/run-nomad generates a systemd config with a typo.
The generated keyword "ConditionalFileNotEmpty" in the [Unit], should be "ConditionFileNotEmpty".
To Reproduce
journalctl -u nomad.service
/etc/systemd/system/nomad.service:6: Unknown lvalue 'ConditionalFileNotEmpty' in section 'Unit'
Expected behavior
With "ConditionFileNotEmpty", I expect this error gone.
The text was updated successfully, but these errors were encountered: