continuousphp / aws-codedeploy-agent

Cookbook to install AWS Codedeploy Agent
8 stars 15 forks source link

Codedeploy zip gem issue. #20

Open jarrettj opened 7 years ago

jarrettj commented 7 years ago

Hi,

This might help somebody else, got the following error while doing a deploy:

Error during perform: NameError - uninitialized constant Zip::File

It appears codedeploy-agent requires rubyzip gem instead of zip.

Installed it and all seems fine.

OS - Ubuntu Xenial

Regards. JJ

Pierozi commented 7 years ago

Hello @jarrettj Thanks for this report, I will add as dependencie.

Best Regards.

jarrettj commented 7 years ago

Cool man, thanks :)