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