Skip to content
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

Merged
merged 4 commits into from
Mar 7, 2017

Conversation

gigo6000
Copy link
Contributor

@gigo6000 gigo6000 commented Mar 6, 2017

This fixes a bug when starting the service on Ubuntu 16.04 (xenial).

More details of the bug here: #132

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.

This comment was marked as outdated.

This comment was marked as 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.

@gigo6000
Copy link
Contributor Author

gigo6000 commented Mar 6, 2017

I think is ready to be merged now.

@shortdudey123 shortdudey123 merged commit 1bd0b24 into sous-chefs:master Mar 7, 2017
@lock
Copy link

lock bot commented Jul 24, 2018

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.

@lock lock bot locked as resolved and limited conversation to collaborators Jul 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants