Tyler Ball

Results 115 comments of Tyler Ball

Thanks for reporting this @kidbrax. The latest version of Cookstyle is `5.19`, would you mind upgrading to the latest version of Chef Workstation and check this again? This may have...

This needs to be split into 3 cards: 1. Add a formatter to Cookstyle which contains the data we would find useful (this card). 2. Send that data using our...

Moving my notes from https://github.com/chef/chef-provisioning/pull/382#issuecomment-130072251 to here --- Pinging this for feedback on the following 2 issues: > I think a better way would be to inspect the chef server...

Hey @FrankelJb - thanks for filing this bug. I think there are a couple fixes we should do. First, if a user changes the subnet of an instance (or some...

Talked with the team. This is our current plan. 1. Update the machine and load_balancer resource to raise an error if a user tries to update an attribute which would...

Yeah, this is a good example of why it can be tricky to set `defaults` for attributes in Chef. I didn't think about this back then. The way we fixed...

Hey @vinsleo and @evidetta-adbrain - will you try this with the latest [pre-release](https://github.com/chef/chef-dk#pre-release-candidates) of the ChefDK and see if you still have the issue?

I find it very strange that [read_line](https://github.com/chef/chef-provisioning/blob/master/lib/chef/provisioning/transport/ssh.rb#L93-L98) is trying to download an artifact to the target. @jkeiser is this on purpose?

Moving this to `Later` because it appears to only be a cosmetic issue

Okay! As part of troubleshooting some other stuff, I think we figured this out. https://github.com/chef/chef-provisioning/blob/master/lib/chef/provisioning/convergence_strategy/precreate_chef_objects.rb#L54 is part of the workflow of creating a new chef client. First, we check of...