YaleUniversity / packer-plugin-goss

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

Provisioner type not found error when using packer with goss #19

Closed nurilgft closed 3 years ago

nurilgft commented 4 years ago

I am using packer version 1.4.4 on windows. I have put the packer-provisioner-goss file in APPDATA/packer.d/plugins and also in the directory where packer is installed however I get this error:

==> Builds finished but no artifacts were created.

How can this issue be resolved.

sushant-pradhan commented 4 years ago

I have the same issue

GennadySpb commented 4 years ago

@an-sush @nurilgft try to run Packer with env variable PACKER_LOG like

PACKER_LOG=1 packer build template.json

You could check debug output for available provisioners. Also you will see where Packer would search them.

fishnix commented 3 years ago

closing old issues, reopen if still interested 👍