-
Notifications
You must be signed in to change notification settings - Fork 352
Conversation
Looks like I made travis unhappy. Hopefully the last commit is the fix.
|
Does this look good, or are any changes needed? |
Just want to chime in that this branch helped solve an issue with me deploying this cookbook out to fedora-19 boxes. Thanks @sciurus for the work! |
If upstart does not natively haev the ability to set the user and group a service will run as, use sudo instead.
I'm glad it was helpful @mjuarez mjuarez. I've pushed a fix for CentOS 6.5. |
As an aside, I think the need for all this init logic is a shame and that ohai should do a better job of providing it to us. I had not heard of pleaserun when I started working on this. I could be convinced that it is the answer if someone puts in the effort to test that it and chef-pleaserun work reliably on the many platforms chef-logstash aims to support. I'd still hope that this could be merged to improve the current situation. |
I really want to merge this in, just stuck in a bad few weeks for doing anything at all. Hang in there and I'll do my best to review/merge ASAP. |
I totally understand @paulczar , no rush on my end. |
merged manually into master! <3 |
🎆 |
I noticed a number of bugs around service configuration. This PR attempts to do a few things
ServerSpec tests are passing on Ubuntu, Fedora, and Debian. CentOS requires more work.