-
-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit file path inconsistency #488
Comments
|
Hmm, I can't agree as putting it in /etc prevents using enable => mask for ex. |
It's true you can't deploy a custom config and also mask a unit but that's entirely correct that you can't I would say. |
It does. Imagine you have some stages in provisioning:
|
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
Unit file is created in
/etc/systemd/system
What behaviour did you expect instead
Unit file is created in
/usr/lib/systemd/system
Output log
Any additional information you'd like to impart
In line 73 of
manifests/unit_file.pp
the default path is set to/etc/systemd/system
but README says it should be created in/usr/lib/systemd/system
The text was updated successfully, but these errors were encountered: