Commit a3042673 authored by Jonas Pfenniger's avatar Jonas Pfenniger

Use the same vagrant post-processor for amazon instances than EBS. Fixes #502

parent 4067bab3
...@@ -12,9 +12,10 @@ import ( ...@@ -12,9 +12,10 @@ import (
) )
var builtins = map[string]string{ var builtins = map[string]string{
"mitchellh.amazonebs": "aws", "mitchellh.amazonebs": "aws",
"mitchellh.virtualbox": "virtualbox", "mitchellh.amazon.instance": "aws",
"mitchellh.vmware": "vmware", "mitchellh.virtualbox": "virtualbox",
"mitchellh.vmware": "vmware",
} }
type Config struct { type Config struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment