Pin and prune plugins
This commit is contained in:
@@ -2,18 +2,14 @@ packer {
|
|||||||
required_plugins {
|
required_plugins {
|
||||||
qemu = {
|
qemu = {
|
||||||
source = "github.com/hashicorp/qemu"
|
source = "github.com/hashicorp/qemu"
|
||||||
version = "~> 1"
|
version = "= 1.0.10"
|
||||||
}
|
|
||||||
ansible = {
|
|
||||||
source = "github.com/hashicorp/ansible"
|
|
||||||
version = "~> 1"
|
|
||||||
}
|
}
|
||||||
vagrant = {
|
vagrant = {
|
||||||
source = "github.com/hashicorp/vagrant"
|
source = "github.com/hashicorp/vagrant"
|
||||||
version = "= 1.1.1"
|
version = "= 1.1.1"
|
||||||
}
|
}
|
||||||
vmware = {
|
vmware = {
|
||||||
version = ">= 1.0"
|
version = "= 1.0.11"
|
||||||
source = "github.com/hashicorp/vmware"
|
source = "github.com/hashicorp/vmware"
|
||||||
}
|
}
|
||||||
hyperv = {
|
hyperv = {
|
||||||
@@ -22,7 +18,7 @@ packer {
|
|||||||
}
|
}
|
||||||
virtualbox = {
|
virtualbox = {
|
||||||
source = "github.com/hashicorp/virtualbox"
|
source = "github.com/hashicorp/virtualbox"
|
||||||
version = "~> 1"
|
version = "= 1.0.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user