sous-chefs / rsyslog

Development repository for the rsyslog cookbook
https://supermarket.chef.io/cookbooks/rsyslog
Apache License 2.0
65 stars 199 forks source link

Added support for chef-solo #107

Closed AgarFu closed 8 years ago

AgarFu commented 8 years ago

We are trying to run this awesome cookbook using chef solo and we found some difficulties due to the fact that you can't use searches in chef solo. I've added a flag to disable searching for servers, I also added a test to verify that the client recipe can be converged using ChefSolo runner.

Thx for your work

chef-supermarket commented 8 years ago

Hi. I am an automated pull request bot named Curry. There are commits in this pull request whose authors are not yet authorized to contribute to Chef Software, Inc. projects or are using a non-GitHub verified email address. To become authorized to contribute, you will need to sign the Contributor License Agreement (CLA) as an individual or on behalf of your company. You can read more on Chef's blog.

Non-GitHub Verified Committers

There are 1 commit author(s) whose commits are authored by a non-GitHub verified email address. Chef will have to manually verify that they are authorized to contribute.

Please sign the CLA here.

tas50 commented 8 years ago

With the release of the 4.0 cookbook Chef Solo support was removed in favor of using local mode since the cookbook is Chef 12 only. I'd highly suggest local mode instead of Chef Solo, but the 3.X release still includes Chef Solo support if you need that.

AgarFu commented 8 years ago

Thank you very much for your tip, I'll use rsyslog 3.0.0 and try to switch from solo to chef local mode asap.