pull/919/head
Mitchell Hashimoto 13 years ago
parent c9748b8e70
commit face87d1f1

@ -8,13 +8,13 @@ import (
const BuilderId = "mitchellh.post-processor.vagrant"
type Artifact struct {
Path string
Path string
Provider string
}
func NewArtifact(provider, path string) *Artifact {
return &Artifact{
Path: path,
Path: path,
Provider: provider,
}
}

@ -13,7 +13,7 @@ var builtins = map[string]string{
"mitchellh.amazonebs": "aws",
}
type Config struct{
type Config struct {
OutputPath string `mapstructure:"output"`
}

Loading…
Cancel
Save