Commit 09c3d67c authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

plugin/builder-virtualbox: new package

parent afd67ea1
package main
import (
"github.com/mitchellh/packer/builder/virtualbox"
"github.com/mitchellh/packer/builder/virtualbox/iso"
"github.com/mitchellh/packer/packer/plugin"
)
......@@ -10,6 +10,6 @@ func main() {
if err != nil {
panic(err)
}
server.RegisterBuilder(new(virtualbox.Builder))
server.RegisterBuilder(new(iso.Builder))
server.Serve()
}
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