mkrakowitzer / puppet-deploy

Puppet module to deploy compressed files
11 stars 23 forks source link

Add zip file options #8

Closed jrjohnson closed 10 years ago

jrjohnson commented 10 years ago

Handle zip files just like tarballs Split the extraction process into two separate classes for clarity.

mkrakowitzer commented 10 years ago

Thank you, will merge pull request shortly. just want to do some testing so I can update the forge module.

jrjohnson commented 10 years ago

Excellent, I wasn't sure what testing to do other than ensuring it continued to deploy my current set of files and would now deploy the zip file as well. I also tested versions of those files and repeated runs of the same version. I did have to mess with the resource ordering a bit, but I think I got that worked out.