Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

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

@at-heind

Description

@at-heind

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 hashicorp/packer@1d3a4d6
... 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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions