Results 258 comments of Ben Abrams

@wilg I understand your perspective and unfortunately it sounds like there is no great solution. I also would prefer it to be an attachment as it side steps these issues...

Ya this has been a challenge with the provider from the very beginning. I had to design my states around things like aggressive rate limits, poorly optimized queries, lack of...

I think that is sane and would look something like this in the app settings: ![image](https://user-images.githubusercontent.com/3145127/58588283-2ef0ca80-8214-11e9-8330-cc71d59e477b.png) The app maintainer would need to go to: https://github.com/organizations//settings/apps//permissions

Hmm I will try to dig into that issue if I can find some time this weekend. I imagine there has to be a way to give a list of...

@atoa Sounds like I good idea to me, can you open up a PR and ping me on it?

We should look into what's going wrong, the versions packaged by most OS vendors are often quite old. That being said the upstream [cookbook](https://github.com/rabbitmq/chef-cookbook/blob/v5.3.1/attributes/default.rb#L27) seems to be using a mirror...

In my rabbitmq cookbook I specify this repo: https://packages.erlang-solutions.com/ubuntu, we might want to propose switching to https://packages.erlang-solutions.com/rpm/ rather than a github account that requires someone to push to (and are...

Hey I took a quick look at it looks to be caused by: https://github.com/rabbitmq/chef-cookbook/pull/505 I believe you should be able to pin the version of the rabbitmq cookbook in your...

I locally converged via vagrant, if unit tests pass we should be good to go.

Not sure why tests are failing on travis but are working locally maybe the version of chefdk? Running Locally ```bash $ /opt/chefdk/embedded/bin/chef --version Chef Development Kit Version: 2.5.13 chef-client version:...