mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-06 07:12:41 -04:00
make the exoscale plugin an implicit import
This commit is contained in:
parent
948ef1f673
commit
c391c7f10b
1 changed files with 2 additions and 0 deletions
2
main.go
2
main.go
|
|
@ -338,6 +338,7 @@ func loadConfig() (*config, error) {
|
|||
|
||||
// "docker": "github.com/hashicorp/docker",
|
||||
|
||||
"exoscale": "github.com/exoscale/exoscale",
|
||||
// "googlecompute": "github.com/hashicorp/googlecompute",
|
||||
|
||||
// "parallels-iso": "github.com/hashicorp/parallels",
|
||||
|
|
@ -377,6 +378,7 @@ func loadConfig() (*config, error) {
|
|||
// "googlecompute-export": "github.com/hashicorp/googlecompute",
|
||||
// "googlecompute-import": "github.com/hashicorp/googlecompute",
|
||||
|
||||
"exoscale-import": "github.com/exoscale/exoscale",
|
||||
// "vagrant": "github.com/hashicorp/vagrant",
|
||||
// "vagrant-cloud": "github.com/hashicorp/vagrant",
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue