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