Sign in
third-party-mirror
/
hashicorp
/
packer
/
555dfb136f7176d793b8ede3d7e0a4512bb526aa
/
.
/
v1.9.4
/
command
/
test-fixtures
/
cleanup-script
/
template.json
blob: eea3e7ef041279fe27f556ddc41e6093059d2d03 [
file
] [
log
] [
blame
]
{
"builders"
:
[
{
"type"
:
"null"
,
"communicator"
:
"none"
}
],
"provisioners"
:
[
{
"type"
:
"shell-local"
,
"inline"
:
[
"exit 2"
]
}
],
"error-cleanup-provisioner"
:
{
"type"
:
"shell-local"
,
"inline"
:
[
"echo 'rubber ducky'> ducky.txt"
]
}
}