summaryrefslogtreecommitdiff
path: root/lorry-controller.conf
blob: dc2c056afa777cdb09f594c89076ab7a46c0a23b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
    {
	"type": "lorries",
	"uuid": "baserock/open-source-lorries/3H",
	"serial": 1,
	"interval": "3H",
	"lorry-timeout": 7200,
	"create": "always",
	"destroy": "never",
	"stagger": true,
	"prefix": "delta",
	"tarball": "always",
	"globs": [
	    "open-source-lorries/*.lorry"
	]
    }
]