-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Fix service starting for Ubuntu 16.04 (xenial) #131
Conversation
definitions/mongodb.rb
Outdated
provider Chef::Provider::Service::Systemd | ||
end | ||
else | ||
provider Chef::Provider::Service::Upstart if node['mongodb']['apt_repo'] == 'ubuntu-upstart' |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
definitions/mongodb.rb
Outdated
provider Chef::Provider::Service::Upstart if node['mongodb']['apt_repo'] == 'ubuntu-upstart' | ||
case node['platform'] | ||
when 'ubuntu' | ||
if node['platform_version'] == '16.04' |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
I think is ready to be merged now. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This fixes a bug when starting the service on Ubuntu 16.04 (xenial).
More details of the bug here: #132