remove the already-included packer config from top level struct
This commit is contained in:
parent
7d4353864f
commit
a8ffa60b46
|
@ -10,7 +10,6 @@ import (
|
||||||
"runtime"
|
"runtime"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/hashicorp/packer/common"
|
|
||||||
"github.com/hashicorp/packer/common/shell"
|
"github.com/hashicorp/packer/common/shell"
|
||||||
configHelper "github.com/hashicorp/packer/helper/config"
|
configHelper "github.com/hashicorp/packer/helper/config"
|
||||||
"github.com/hashicorp/packer/packer"
|
"github.com/hashicorp/packer/packer"
|
||||||
|
@ -18,8 +17,6 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
common.PackerConfig `mapstructure:",squash"`
|
|
||||||
|
|
||||||
shell.Provisioner `mapstructure:",squash"`
|
shell.Provisioner `mapstructure:",squash"`
|
||||||
|
|
||||||
// ** DEPRECATED: USE INLINE INSTEAD **
|
// ** DEPRECATED: USE INLINE INSTEAD **
|
||||||
|
|
Loading…
Reference in New Issue