summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2014-08-05 14:22:32 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2014-08-05 14:22:32 +0000
commit3665f0e43933ee63b38445f8777ba0de6d91fc6d (patch)
tree35660e280520ed114c2813eaa83bc1c5d5e40c08 /share
parent160fd3f2f1d372751836c0073bdc944df1cfbb91 (diff)
downloadtrove-setup-3665f0e43933ee63b38445f8777ba0de6d91fc6d.tar.gz
Allow Trove mirroring protocol to be set at deployment timebaserock/michaeldrake/mason-devel
This allows downstream troves that only need to access publically available content to be able to operate without configuring ssh keys on the upstream trove.
Diffstat (limited to 'share')
-rw-r--r--share/lorry-controller.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/lorry-controller.conf b/share/lorry-controller.conf
index 0c90cc4..ad6e49a 100644
--- a/share/lorry-controller.conf
+++ b/share/lorry-controller.conf
@@ -4,7 +4,7 @@
"uuid": "{{ TROVE_ID }}/initial",
"serial": 1,
"trovehost": "{{ UPSTREAM_TROVE }}",
- "protocol": "ssh",
+ "protocol": "{{ UPSTREAM_TROVE_PROTOCOL }}",
"ls-interval": "4H",
"interval": "2H",
"create": "always",