Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/default.json
blob: cd205f84c840f8b786d8c6e8b1df1b99cce64053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"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
									 }
		}
	}
}