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.json19
1 files changed, 15 insertions, 4 deletions
diff --git a/deployments/default.json b/deployments/default.json
index 5deded3e..cd205f84 100644
--- a/deployments/default.json
+++ b/deployments/default.json
@@ -1,6 +1,17 @@
{
- "args" : {
- "password" : "<STDIN>",
- "post" : "reboot"
- }
+ "args" : {
+ "password" : "0000",
+ "post" : "stay"
+ },
+ "post" : {
+ "test exit codes" : {
+ "ssh test@77.80.220.176" : {"events" : {
+ "continue connecting" : "yes\n",
+ "s password" : "test\n"
+ },
+ "boot" : true,
+ "debug" : true
+ }
+ }
+ }
}