summaryrefslogtreecommitdiff
path: root/share/lorry-controller.conf
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-17 13:34:14 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-27 16:52:47 +0000
commita1391120ed267bc0b809482cb7282ea032b3cfca (patch)
treee5b1eee9e2cc5eb808781ee8709b50a04b883263 /share/lorry-controller.conf
parent65e9bbd177c49a7e0f102574d7731a13599a0d91 (diff)
downloadtrove-setup-a1391120ed267bc0b809482cb7282ea032b3cfca.tar.gz
Change placeholders to jinja placeholders
Diffstat (limited to 'share/lorry-controller.conf')
-rw-r--r--share/lorry-controller.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/lorry-controller.conf b/share/lorry-controller.conf
index bdbbbd5..0c90cc4 100644
--- a/share/lorry-controller.conf
+++ b/share/lorry-controller.conf
@@ -1,9 +1,9 @@
[
{
"type": "trove",
- "uuid": "##PREFIX##/initial",
+ "uuid": "{{ TROVE_ID }}/initial",
"serial": 1,
- "trovehost": "##UPSTREAM_TROVE##",
+ "trovehost": "{{ UPSTREAM_TROVE }}",
"protocol": "ssh",
"ls-interval": "4H",
"interval": "2H",
@@ -21,7 +21,7 @@
},
{
"type": "lorries",
- "uuid": "##PREFIX##/open-source-lorries",
+ "uuid": "{{ TROVE_ID }}/open-source-lorries",
"serial": 1,
"interval": "6H",
"create": "always",
@@ -35,7 +35,7 @@
},
{
"type": "lorries",
- "uuid": "##PREFIX##/closed-source-lorries",
+ "uuid": "{{ TROVE_ID }}/closed-source-lorries",
"serial": 1,
"interval": "6H",
"create": "always",