blob: 95870c6c18284854160ce034407cf1d9580ef58b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"args" : {
"password" : "<STDIN>",
"post" : "reboot"
},
"post" : {
"test exit codes" : {
"exit 1" : {"ignore_errors" : true},
"echo 'test1'; read moo; echo 'test2'; read mooo" : {"events" : {
"test1" : "something",
"test2" : "something"
}, "boot" : true}
}
}
}
|