summaryrefslogtreecommitdiff
path: root/share/lorry-controller.conf
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-24 10:09:03 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-24 10:09:03 +0100
commitd4b09fc6a4b870a1a22d5a259e9b51d71386d434 (patch)
tree91eca0abbbff6db05434136f449dbd78f17d2aec /share/lorry-controller.conf
parentc060574362e4980d56a52c9a5983e971e46521ba (diff)
downloadtrove-setup-d4b09fc6a4b870a1a22d5a259e9b51d71386d434.tar.gz
Update default lorry controller config and add a README. All untested
Diffstat (limited to 'share/lorry-controller.conf')
-rw-r--r--share/lorry-controller.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/share/lorry-controller.conf b/share/lorry-controller.conf
index b6f5838..fb7a94c 100644
--- a/share/lorry-controller.conf
+++ b/share/lorry-controller.conf
@@ -15,6 +15,21 @@
},
"ignore": [
"baserock/lorries"
+ ],
+ "tarball": "always"
+ },
+ {
+ "type": "lorries",
+ "uuid": "##PREFIX##/open-source-lorries",
+ "serial": 1,
+ "interval": "6H",
+ "create": "always",
+ "destroy": "never",
+ "stagger": true,
+ "prefix": "delta",
+ "tarball": "always",
+ "globs": [
+ "open-source-lorries/*.lorry"
]
}
]