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