summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuper user <root@baserock.(none)>2012-10-02 10:02:31 +0000
committerSuper user <root@baserock.(none)>2012-10-02 10:02:31 +0000
commita8a7880111f438a2fbbd4ad11c550b547e5c1d4f (patch)
tree9dbaec8961732f3c45ecc6d698df6fbb408dfcd0
parentb914b21809235fa9b73b33387fb45adabbb42ef0 (diff)
parent6d54b91461ad0a63e4b92ce5f4deb5f1d27787ac (diff)
downloadlorries-a8a7880111f438a2fbbd4ad11c550b547e5c1d4f.tar.gz
Merge branch 'master' of ssh://git.baserock.org/baserock/lorries
-rw-r--r--lorry-controller.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/lorry-controller.conf b/lorry-controller.conf
new file mode 100644
index 0000000..78fa88f
--- /dev/null
+++ b/lorry-controller.conf
@@ -0,0 +1,14 @@
+[
+ {
+ "type": "lorries",
+ "serial": 1,
+ "create": "always",
+ "destroy": "never",
+ "interval": "4H",
+ "prefix": "delta",
+ "globs": [
+ "active/*.lorry"
+ ],
+ "stagger": true
+ }
+]