mirror of https://github.com/hashicorp/packer
parent
28e82b480e
commit
3135714465
@ -1,6 +1,6 @@
|
||||
|
||||
build {
|
||||
provisioner "inexistant" {
|
||||
provisioner "nonexistent" {
|
||||
foo = "bar"
|
||||
}
|
||||
}
|
||||
@ -1,4 +1,4 @@
|
||||
// a source represents a reusable setting for a system boot/start.
|
||||
source "inexistant" "ubuntu-1204" {
|
||||
source "nonexistent" "ubuntu-1204" {
|
||||
foo = "bar"
|
||||
}
|
||||
}
|
||||
@ -1,8 +1,8 @@
|
||||
// a source represents a reusable setting for a system boot/start.
|
||||
source "inexistant" "ubuntu-1204" {
|
||||
source "nonexistent" "ubuntu-1204" {
|
||||
foo = "bar"
|
||||
}
|
||||
|
||||
build {
|
||||
sources = ["inexistant.ubuntu-1204"]
|
||||
sources = ["nonexistent.ubuntu-1204"]
|
||||
}
|
||||
Loading…
Reference in new issue