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.conf23
1 files changed, 2 insertions, 21 deletions
diff --git a/share/lorry-controller.conf b/share/lorry-controller.conf
index ad6e49a..7a4ab81 100644
--- a/share/lorry-controller.conf
+++ b/share/lorry-controller.conf
@@ -1,25 +1,6 @@
[
- {
- "type": "trove",
- "uuid": "{{ TROVE_ID }}/initial",
- "serial": 1,
- "trovehost": "{{ UPSTREAM_TROVE }}",
- "protocol": "{{ UPSTREAM_TROVE_PROTOCOL }}",
- "ls-interval": "4H",
- "interval": "2H",
- "create": "always",
- "destroy": "never",
- "stagger": true,
- "prefixmap": {
- "baserock": "baserock",
- "delta": "delta"
- },
- "ignore": [
- "baserock/lorries"
- ],
- "tarball": "always"
- },
- {
+ {% 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,