summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-11-01 17:02:58 +0100
committervarac <varacanero@zeromail.org>2013-11-01 17:02:58 +0100
commite199072f6a34dc8b98aea89c1f6770d13443d01b (patch)
treeb51dd543ee652b822f62b85d126781e66469e46b
parentdcb754d1aba50d2f9858ef2c3dae81672cdde18a (diff)
enable local couch backup on thrips and urchin
-rw-r--r--nodes/thrips.json6
-rw-r--r--nodes/urchin.json3
2 files changed, 8 insertions, 1 deletions
diff --git a/nodes/thrips.json b/nodes/thrips.json
index e5ac68d..23b7a85 100644
--- a/nodes/thrips.json
+++ b/nodes/thrips.json
@@ -4,5 +4,9 @@
"couchdb",
"soledad"
],
- "tags": ["production", "seattle"]
+ "tags": ["production", "seattle"],
+ "couch": {
+ "backup": true
+ }
+
}
diff --git a/nodes/urchin.json b/nodes/urchin.json
index ae451dc..bac4ea6 100644
--- a/nodes/urchin.json
+++ b/nodes/urchin.json
@@ -4,5 +4,8 @@
"tags": ["development", "istanbul"],
"ssh": {
"port": 4422
+ },
+ "couch": {
+ "backup": true
}
}