summaryrefslogtreecommitdiff
path: root/share/lorry-controller.conf
diff options
context:
space:
mode:
Diffstat (limited to 'share/lorry-controller.conf')
-rw-r--r--share/lorry-controller.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/share/lorry-controller.conf b/share/lorry-controller.conf
index 7a4ab81..930b64e 100644
--- a/share/lorry-controller.conf
+++ b/share/lorry-controller.conf
@@ -2,28 +2,16 @@
{% if UPSTREAM_TROVE_STANZA is defined %}{{ UPSTREAM_TROVE_STANZA | to_nice_json |indent(4) }},
{% endif %}{
"type": "lorries",
- "uuid": "{{ TROVE_ID }}/open-source-lorries",
- "serial": 1,
"interval": "6H",
- "create": "always",
- "destroy": "never",
- "stagger": true,
"prefix": "delta",
- "tarball": "always",
"globs": [
"open-source-lorries/*.lorry"
]
},
{
"type": "lorries",
- "uuid": "{{ TROVE_ID }}/closed-source-lorries",
- "serial": 1,
"interval": "6H",
- "create": "always",
- "destroy": "never",
- "stagger": true,
"prefix": "delta",
- "tarball": "always",
"globs": [
"closed-source-lorries/*.lorry"
]