microsoft / packer-hyperv

Hyperv plugin for Packer.io
Other
81 stars 33 forks source link

build breaks ... missing definition of *package.ConfigTemplate #19

Open at-heind opened 8 years ago

at-heind commented 8 years ago

The build mostly works after I changed in the imports for "code.google.com/p/go-uuid/uuid" to "github.com/pborman/uuid" (because code.google.com is going away).

But then I get this error from 'go get' and 'go build' when trying to build 'packer-builder-hyperv-iso'.

# github.com/MSOpenTech/packer-hyperv/packer/builder/hyperv/common
..\..\builder\hyperv\common\output_config.go:18: undefined: packer.ConfigTemplate

I think that type, ConfigTemplate, no longer exists in Packer ... It looks like it got removed in 0.8.0 mitchellh/packer@1d3a4d6aa2b2c969bb52f00e27113d21a28ad793 ... but I'm not sure what to do about it.

(I'm trying to get this building so I can then extend it to add Gen 2 support and "standard" edition support for 2012R2 servers.)