Skip to content

Commit

Permalink
remove qemu plugin from bundled plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
azr committed Nov 3, 2021
1 parent d9d9616 commit bfe200d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions command/vendored_plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ import (
proxmoxiso "github.com/hashicorp/packer-plugin-proxmox/builder/proxmox/iso"
puppetmasterlessprovisioner "github.com/hashicorp/packer-plugin-puppet/provisioner/puppet-masterless"
puppetserverprovisioner "github.com/hashicorp/packer-plugin-puppet/provisioner/puppet-server"
qemubuilder "github.com/hashicorp/packer-plugin-qemu/builder/qemu"
saltmasterlessprovisioner "github.com/hashicorp/packer-plugin-salt/provisioner/salt-masterless"
tencentcloudcvmbuilder "github.com/hashicorp/packer-plugin-tencentcloud/builder/tencentcloud/cvm"
tritonbuilder "github.com/hashicorp/packer-plugin-triton/builder/triton"
Expand Down Expand Up @@ -83,7 +82,6 @@ var VendoredBuilders = map[string]packersdk.Builder{
"proxmox-iso": new(proxmoxiso.Builder),
"proxmox-clone": new(proxmoxclone.Builder),

"qemu": new(qemubuilder.Builder),
"scaleway": new(scalewaybuilder.Builder),
"tencentcloud-cvm": new(tencentcloudcvmbuilder.Builder),
"triton": new(tritonbuilder.Builder),
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ func loadConfig() (*config, error) {
"parallels-iso": "github.com/hashicorp/parallels",
"parallels-pvm": "github.com/hashicorp/parallels",

// "qemu": "github.com/hashicorp/qemu",
"qemu": "github.com/hashicorp/qemu",

// "vagrant": "github.com/hashicorp/vagrant",

Expand Down

0 comments on commit bfe200d

Please sign in to comment.