Ben Webber

Results 27 comments of Ben Webber

Thanks for the bug report. It's very likely the internal Packer API changed. I will look at fixing this shortly. If I recall correctly, the post-processor plugin works with 0.11....

Packer 1.4.0 introduced a breaking change to the plugin interface (https://github.com/hashicorp/packer/issues/7440, https://github.com/hashicorp/packer/issues/7581). I updated the package for the new interface. Could you try running this pre-release version? https://github.com/benwebber/packer-post-processor-vhd/releases/tag/v1.0.0-rc.1

If your Packer template is not confidential or sensitive, could you share it here or publish it in a Gist? I'd like to reproduce the issue.

> Well, let me trim down my template so that its sharable. Will test it once again and will share you the template. Thanks. A minimum working example (e.g., ISO...

> Would love to see an option to pass in additional options on clonehd... specifically looking for a --variant Fixed, but opening it up to allow any additional options would...

Things like backups are tricky to do well because they're generally very site-specific. It's hard to offer a one-size-fits-all script. I would definitely like to offer some general solutions as...

That's sufficiently specific enough that I wouldn't want to script it. > I use cron to automate this screen -S minecraft -p 0 -X stuff 'ftb backup start\n' N.B. server...

> We don't necessarily need to script that process though, right? Regardless of the backup method, we could use cron, which would end up calling a one liner specific to...

`master` worked as of December: https://travis-ci.org/devops-coop/ansible-minecraft/jobs/315195888 It is possible that the Spigot build script has changed. I don't personally use Spigot. Can you share the error message you got using...

Thanks for reporting this. This should be simple enough to fix.