Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-29 17:03:02 +0100
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-29 17:03:02 +0100
commitc5360f94e2ca20ae5ce700fd1dc77ba99534c448 (patch)
tree7c9fa5fdb7dbc984785b224df71bc341d2e0b1a0
parent7c23fb4d6330346f587413cc616355fd703427b4 (diff)
Debugging
-rw-r--r--deployments/default.json32
1 files changed, 15 insertions, 17 deletions
diff --git a/deployments/default.json b/deployments/default.json
index 78fd346e..78ea5472 100644
--- a/deployments/default.json
+++ b/deployments/default.json
@@ -1,19 +1,17 @@
{
- "args" : {
- "password" : "0000",
- "post" : "stay"
- },
- "post" : {
- "test exit codes" : {
- "exit 1" : {"ignore_errors" : true},
- "echo 'ssh test@77.80.220.176" : {
- "events" : {
- "continue connecting" : "yes",
- "s password" : "test"
- },
- "boot" : true,
- "debug" : true
- }
- }
- }
+ "args" : {
+ "password" : "0000",
+ "post" : "stay"
+ },
+ "post" : {
+ "test exit codes" : {
+ "ssh test@77.80.220.176" : {"events" : {
+ "continue connecting" : "yes",
+ "s password" : "test"
+ },
+ "boot" : true,
+ "debug" : true
+ }
+ }
+ }
}