YaleUniversity / packer-plugin-goss

Goss Provisioner for Packer
MIT License
136 stars 45 forks source link

Update packer-provisioner-goss.go #7

Closed vamegh closed 6 years ago

vamegh commented 6 years ago

Custom Gossfile suport (the --gossfile flag) Tests now supports uploading directories - ignore support disabled (for now) Username and Password for auth to download goss from custom authed locations Ssl cert check disable option - for internal services using self-signed certs

modified:   README.md
modified:   packer-provisioner-goss.go
vamegh commented 6 years ago

Hi @fishnix,

Sorry about this, this should be much cleaner.

fishnix commented 6 years ago

Thanks @vamegh, I'll try to have a look today and get it merged up. Cheers!

vamegh commented 6 years ago

Hi @fishnix should be fixed now, I've cleaned up all of the equal to true comparisons and fixed the readme as requested.

michaelwittig commented 6 years ago

Just for information: I merged the PR and created a new release here: https://github.com/widdix/packer-provisioner-goss/releases/tag/v0.1.1

I would prefer if we could have the release in this project instead of a fork.

fishnix commented 6 years ago

Thanks for the ping @michaelwittig I didn't notice the update