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:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-29 13:56:33 +0000
committerGitHub <noreply@github.com>2019-11-29 13:56:33 +0000
commit8dd30088cc627ff29ecefe5066059baf0f93f141 (patch)
tree7b7bd4cfe8468dd7f33d059e58bb3fc19b4106c2 /deployments/default.json
parent829a51a045e9cf5af2dce2f0c481cdda51c428ff (diff)
parent405117565054db73dde6ffd519873060a8564eaa (diff)
Merge pull request #34 from Torxed/lab
Lab
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}
+ }
}
}