Tim Smith

Results 258 comments of Tim Smith

The initial parts of s3_bucket have been added in https://github.com/chef-cookbooks/aws/pull/294

Please don't use suggests in metadata. It does nothing at all and we're going to be removing that code entirely in the next version of Chef.

This really needs to get rewritten to use the waiters in the sdk now. The sleep is entirely unnecessary at this point.

There's an API call in docker-api for this that we should probably look at.

https://docs.docker.com/engine/api/v1.35/#operation/ImagePrune

Security group functionality is certainly something we'd like to get into this cookbook. At the moment I'd suggest the aws_security cookbook which has a resorce for managing security groups. https://supermarket.chef.io/cookbooks/aws_security/versions/0.1.1

The 7.0 cookbook release refactored this resource a bit and added testing. Can someone take a look and see if this is still an issue

We're looking forward to a PR that supports the new appliation load balancers, but it doesn't look like the api even supports this yet. The docs still reference the old...

@rmoriz / @fabn Can you elaborate on this a bit more. I'm trying to understand exactly what wouldn't work here. I was under the impression from reading the Debian docs...

Even with poise-python the cookbook is master is entirely broken. I worked on a replacement that does in fact work for the carbon side of things, but graphite web still...