-
Notifications
You must be signed in to change notification settings - Fork 120
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
[BUG] service not launched on install #93
Comments
No, the command lists service files in /usr/lib/systemd and then does a grep to see if mongod service file was installed. |
That is not what I see.
|
Ahh ... it should be
|
Yup, guess replacing
|
I'm seeing the same behaviour with service not running after running the formula code. |
Your setup
Formula commit hash / release tag
based on dd8a5aa
Versions reports (master & minion)
[old, but not related]
Distribution: Debian/buster
Pillar / config used
[probably not relevant]
Bug details
Describe the bug
On installation (using repository), the service is not launched.
The formula contains:
Steps to reproduce the bug
Install. Have the service not launched, and state.apply
Expected behaviour
Service should be launched, to ensure it is running.
Attempts to fix the bug
Removing the
onlyif
would start the service.Additional context
The following command only shows something if the service is started. Stopping the service, and the command would not show anything anymore.
The text was updated successfully, but these errors were encountered: