Remove VMWare from code base
This commit is contained in:
@@ -8,10 +8,6 @@ packer {
|
||||
source = "github.com/hashicorp/vagrant"
|
||||
version = "= 1.1.6"
|
||||
}
|
||||
vmware = {
|
||||
source = "github.com/hashicorp/vmware"
|
||||
version = "= 1.0.11"
|
||||
}
|
||||
hyperv = {
|
||||
version = "= 1.1.4"
|
||||
source = "github.com/hashicorp/hyperv"
|
||||
@@ -27,7 +23,6 @@ build {
|
||||
sources = [
|
||||
"source.qemu.amd64",
|
||||
"source.virtualbox-iso.amd64",
|
||||
"source.vmware-iso.amd64",
|
||||
"source.hyperv-iso.amd64"
|
||||
]
|
||||
|
||||
@@ -42,11 +37,6 @@ build {
|
||||
only = ["virtualbox-iso.amd64"]
|
||||
script = "distros/${var.distro}/${var.version}/virtualbox.sh"
|
||||
}
|
||||
provisioner "shell" {
|
||||
execute_command = "sudo -S sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
only = ["vmware-iso.amd64"]
|
||||
script = "distros/${var.distro}/${var.version}/vmware.sh"
|
||||
}
|
||||
|
||||
# Generic wrapping up the provisioner before packaging
|
||||
provisioner "shell" {
|
||||
|
||||
Reference in New Issue
Block a user