sous-chefs / kafka

Development repository for the kafka cookbook
https://supermarket.chef.io/cookbooks/kafka
Apache License 2.0
91 stars 105 forks source link

Why doesn't the cookbook start kafka service? #73

Closed spuder closed 9 years ago

spuder commented 9 years ago

I'm working on a pull request to add support for Ubuntu.

The configure.rb recipe enables, but doesn't start the service.

service 'kafka' do
  supports start: true, stop: true, restart: true
  action [:enable]
end

Is there a reason why the start action isn't included by default?

spuder commented 9 years ago

On further comparison, it appears that I somehow downloaded a really old version of the cookbook off of github (0.2.0). Not sure how that happened. Closing

lock[bot] commented 4 years ago

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.