Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'deployments/default.json')
-rw-r--r--deployments/default.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/deployments/default.json b/deployments/default.json
index 5deded3e..95870c6c 100644
--- a/deployments/default.json
+++ b/deployments/default.json
@@ -2,5 +2,14 @@
"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}
+ }
}
}