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 for Issue #201 #202

Merged
merged 2 commits into from
Jan 28, 2015
Merged

Fix for Issue #201 #202

merged 2 commits into from
Jan 28, 2015

Conversation

jjasghar
Copy link
Contributor

- Moved the service enable and start to the bottom of the default
recipe so you can change variables around.
- This should resolve #201
@@ -129,9 +125,6 @@ class Chef::Resource # rubocop:disable all
version node['rabbitmq']['version']
end

service node['rabbitmq']['service_name'] do
action [:enable, :start]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

other way, only to enable the service and not start the service, is it more reasonable? after configuring rabbit, it will be restart immediately now.
@jjasghar

jjasghar pushed a commit that referenced this pull request Jan 28, 2015
@jjasghar jjasghar merged commit 2b1f6f2 into master Jan 28, 2015
@jjasghar jjasghar deleted the rerun_issue201 branch January 28, 2015 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants