mirror of https://github.com/hashicorp/packer
parent
637fabc1c7
commit
28dc1c2aed
@ -0,0 +1,10 @@
|
||||
{
|
||||
"builders": [{
|
||||
"type": "foo"
|
||||
}],
|
||||
|
||||
"post-processors": [{
|
||||
"type": "bar",
|
||||
"except": ["bar"]
|
||||
}]
|
||||
}
|
||||
@ -0,0 +1,10 @@
|
||||
{
|
||||
"builders": [{
|
||||
"type": "foo"
|
||||
}],
|
||||
|
||||
"post-processors": [{
|
||||
"type": "bar",
|
||||
"only": ["bar"]
|
||||
}]
|
||||
}
|
||||
@ -0,0 +1,10 @@
|
||||
{
|
||||
"builders": [{
|
||||
"type": "foo"
|
||||
}],
|
||||
|
||||
"post-processors": [{
|
||||
"type": "bar",
|
||||
"except": ["foo"]
|
||||
}]
|
||||
}
|
||||
@ -0,0 +1,10 @@
|
||||
{
|
||||
"builders": [{
|
||||
"type": "foo"
|
||||
}],
|
||||
|
||||
"post-processors": [{
|
||||
"type": "bar",
|
||||
"only": ["foo"]
|
||||
}]
|
||||
}
|
||||
Loading…
Reference in new issue