remove the already-included packer config from top level struct

pull/8401/head
Megan Marsh 7 years ago
parent 7d4353864f
commit a8ffa60b46

@ -10,7 +10,6 @@ import (
"runtime"
"strings"
"github.com/hashicorp/packer/common"
"github.com/hashicorp/packer/common/shell"
configHelper "github.com/hashicorp/packer/helper/config"
"github.com/hashicorp/packer/packer"
@ -18,8 +17,6 @@ import (
)
type Config struct {
common.PackerConfig `mapstructure:",squash"`
shell.Provisioner `mapstructure:",squash"`
// ** DEPRECATED: USE INLINE INSTEAD **

Loading…
Cancel
Save