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

Separate attributes set in a recipe and in pre_action #145

Open
ryotarai opened this issue Jul 15, 2015 · 1 comment
Open

Separate attributes set in a recipe and in pre_action #145

ryotarai opened this issue Jul 15, 2015 · 1 comment

Comments

@ryotarai
Copy link
Member

service "mysql" do
  action [:stop, :disable]
end
DEBUG :   service[mysql]
DEBUG :     service[mysql] action: stop
DEBUG :       (in show_differences)
INFO :       service[mysql] running will change from 'true' to 'false'
DEBUG :       service[mysql] enabled will not change (current value is 'true')
DEBUG :     service[mysql] action: disable
DEBUG :       (in show_differences)
INFO :       service[mysql] running will change from 'true' to 'false' # This should not appear
INFO :       service[mysql] enabled will change from 'true' to 'false'
@ryotarai
Copy link
Member Author

fixed 28d33da

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant