summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-04-10 12:44:24 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-04-10 12:44:24 +0000
commit810fb85f4bbe4c848a2c83bcf3b4be05625ecdbb (patch)
treef5cc6ecea09b7b896994a0ef9edc89feb88b1768
parente21824a611c021ef17e201038c4751a5a523b193 (diff)
downloadtrove-setup-810fb85f4bbe4c848a2c83bcf3b4be05625ecdbb.tar.gz
Expands TABs in share/lorry-controller.conf
-rw-r--r--share/lorry-controller.conf84
1 files changed, 42 insertions, 42 deletions
diff --git a/share/lorry-controller.conf b/share/lorry-controller.conf
index b8066c3..bdbbbd5 100644
--- a/share/lorry-controller.conf
+++ b/share/lorry-controller.conf
@@ -1,50 +1,50 @@
[
{
- "type": "trove",
- "uuid": "##PREFIX##/initial",
- "serial": 1,
- "trovehost": "##UPSTREAM_TROVE##",
- "protocol": "ssh",
- "ls-interval": "4H",
- "interval": "2H",
- "create": "always",
- "destroy": "never",
- "stagger": true,
- "prefixmap": {
- "baserock": "baserock",
- "delta": "delta"
- },
- "ignore": [
- "baserock/lorries"
- ],
- "tarball": "always"
+ "type": "trove",
+ "uuid": "##PREFIX##/initial",
+ "serial": 1,
+ "trovehost": "##UPSTREAM_TROVE##",
+ "protocol": "ssh",
+ "ls-interval": "4H",
+ "interval": "2H",
+ "create": "always",
+ "destroy": "never",
+ "stagger": true,
+ "prefixmap": {
+ "baserock": "baserock",
+ "delta": "delta"
+ },
+ "ignore": [
+ "baserock/lorries"
+ ],
+ "tarball": "always"
},
{
- "type": "lorries",
- "uuid": "##PREFIX##/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": "##PREFIX##/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": "##PREFIX##/closed-source-lorries",
- "serial": 1,
- "interval": "6H",
- "create": "always",
- "destroy": "never",
- "stagger": true,
- "prefix": "delta",
- "tarball": "always",
- "globs": [
- "closed-source-lorries/*.lorry"
- ]
+ "type": "lorries",
+ "uuid": "##PREFIX##/closed-source-lorries",
+ "serial": 1,
+ "interval": "6H",
+ "create": "always",
+ "destroy": "never",
+ "stagger": true,
+ "prefix": "delta",
+ "tarball": "always",
+ "globs": [
+ "closed-source-lorries/*.lorry"
+ ]
}
]